All pages are returning 301 after visiting
-
Ok weird issue.
I am getting nothing but 301 errors – on random browsers, that work and then no longer work – on my wordpress installation.
I’ve tried with disabling plugins and the theme but can’t find the root of the issue. My htacces is:
# 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
What seems to happen is you visit the link once (if at all) and then it throws a 301 error back. Any ideas?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘All pages are returning 301 after visiting’ is closed to new replies.