Former redirect stopped working after installing plugin
-
Thanks for your work. I have just installed your plugin and it’s doing its job without major issues at my website https://halloffame.es However…
Before the installation all calls to https://www.halloffame.es/ were redirected to https://halloffame.es/ and since then they give a 404 error.
I include my htaccess file. I’ve played a bit with it without success and I fear that the plugin will undo any changes. Plus my knowledge of this file is quite limited. Any assistance would be appreciated.
# BEGIN rlrssslReallySimpleSSL rsssl_version[2.4.3] <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} !=on [NC] RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] </IfModule> # END rlrssslReallySimpleSSL # 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
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Former redirect stopped working after installing plugin’ is closed to new replies.