HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /var/www/html/toniolo/.htaccess
RewriteEngine On
RewriteCond %{HTTP_HOST} ^istitutotoniolo\.it [NC]
RewriteRule ^(.*)$ https://www.istitutotoniolo.it/$1 [L,R=301]
#This Apache config file was created by Duplicator Installer on 2020-05-09 08:35:53.
#The original can be found in archived file with the name .htaccess__[HASH]
# BEGIN WordPress
# Le direttive (linee) tra `BEGIN WordPress` e `END WordPress` sono
# generate dinamicamente, e dovrebbero essere modificate solo tramite i filtri di WordPress.
# Ogni modifica alle direttive tra questi marcatori verrĂ  sovrascritta.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

# SP BEGIN php handler
<IfModule mod_fcgid.c>
          AddHandler fcgid-script .php .php5 .php7 .phtml
          FcgidWrapper    /usr/local/cpanel/cgi-sys/sp-ea-php74 .php
          FcgidWrapper    /usr/local/cpanel/cgi-sys/sp-ea-php74 .php5
          FcgidWrapper    /usr/local/cpanel/cgi-sys/sp-ea-php74 .php7
          FcgidWrapper    /usr/local/cpanel/cgi-sys/sp-ea-php74 .phtml
</IfModule>
# SP END php handler