Enable 301 .htacces, but plugin calls “no joy” on Enable a .htaccess redirect
-
I have the situation that I the webhost support team change my .htaccess to the
following:RewriteEngine On
RewriteCond %{HTTP_HOST} (?!^www.)^(.+)$ [OR]
RewriteCond %{HTTPS} off
RewriteRule ^ https://www.%1%{REQUEST_URI} [R=301,L]Redirect works fine, but your plugin is being stubborn and doesn’t want to aknoweldge the fact that I’m right…or am I? ??
Can you shed some light on the issue if I can safely ignore the option in your plugin?
Otherwise LOVE your plugin! Makes it sooo simple for noobs like myself!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Enable 301 .htacces, but plugin calls “no joy” on Enable a .htaccess redirect’ is closed to new replies.