Intermittent Too Many Redirects on Home Page
-
Hello. My site address is https://mimio.boxlight.com. As soon as I installed the version 1.7.8 I noticed only the home page receiving an intermittent ‘too many redirects’ error. It will last for only minutes and then right itself. This happens about 10+ times a day. I noticed a similar thing happen with the Redirection plugin, but every page produced this error and it didn’t stop until I uninistalled it (it was functioning well for several months before this).
To make sure there are no conflicts here is my htaccess.
# 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
Thanks!
Chris
- The topic ‘Intermittent Too Many Redirects on Home Page’ is closed to new replies.