Page not found and too many redirects errors
-
My frontend sometimes doesn’t load properly; sometimes the images won’t show up, and sometimes it seems like the CSS doesn’t load at all.
And this happens quite randomly.
Also when I try to login to my backend (wp-admin) I sometimes get Page Not Found and sometimes 301 Too Many Redirects errors. After refreshing the page few times I am able to login but then the problem happens again when using the backend.I tried to disable some plugins to see if the problem has something to do with the plugins but no luck yet.
I also checked my .HTACCESS file on the root folder and I found many duplicates of# 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 what is also happening is that the HTACCESS filesize seems to be changing, it is getting sometimes smaller and sometimes bigger.
Apparently the HTACCESS file keeps changing and duplicating the same Rewrite Rule.Any ideas why all this is happening, why this is happening or is it because my WordPress has been hacked??
- The topic ‘Page not found and too many redirects errors’ is closed to new replies.