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