Plugin does not work with forced SSL
-
Hello!
This plugin does not work with the following code set in the .htaccess file of the webserver:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>This code converts all http requests to https requests.
If I comment out these lines it works like a charm.The website is https://euroshop.or.at.
Do you have any ideas on this?
I appreciate any help! 🙂Thank you very much and best regards
Andy
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Plugin does not work with forced SSL’ is closed to new replies.