ERR_TOO_MANY_REDIRECTS
-
The error:
This page isnt working
extragoodfeel.com redirected you too many times.
Try clearing your cookies. ERR_TOO_MANY_REDIRECTS
This happened when Permalink Settings is Post name. There is no problem when Permalink Settings is Plain.Tried many methods such as disabling redirections and update the polylang but no luck.
.htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘ERR_TOO_MANY_REDIRECTS’ is closed to new replies.