Redirection loop
-
Hi,
I tried to use the plugin but it is generating on the entire site a redirection loop.
This is the Htaccess right now with the plugin activated:
# BEGIN HTTPS Redirection Plugin
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# END HTTPS Redirection Plugin# 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
And for example, when i try to access to this url https://trinidadvintage.com/bolsos/de-fiesta/
I get a infinitive loop to https://trinidadvintage.com/bolsos/de-fiesta/
Please i need help.
Thanks
- The topic ‘Redirection loop’ is closed to new replies.