Hi guys,
i migrate a server from cpanel in Plesk, inc panel no issue, in plesk with same htaccess files website not working.
The object of my rules is: https://www.surflanguage.com/it/index.php -> Surf Language on every page.
The htaccess configuration is:
# RewriteOptions inherit
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$...
Rewrite rule not work in htaccess
i migrate a server from cpanel in Plesk, inc panel no issue, in plesk with same htaccess files website not working.
The object of my rules is: https://www.surflanguage.com/it/index.php -> Surf Language on every page.
The htaccess configuration is:
# RewriteOptions inherit
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$...
Rewrite rule not work in htaccess