Https redirect was set in javascript
-
Hello
We are using your plugin with our SSl certificate.
We are very pleased with the plugin but have an issue with “Https redirect was set in javascript because the htaccess redirect rule could not be verified”
We are struggling to set this manually.
We have tried to add the following to .htaccess but don’t seem to be able to get it to work:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>Our current (original) .htaccess contains the following:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.1.18]
# END rlrssslReallySimpleSSLAny help or advice would be much appreciated with how to edit the .htaccess manually.
Thank you
David
- The topic ‘Https redirect was set in javascript’ is closed to new replies.