404 on wp-admin after saving permalink structure
-
I just installed the latest 2.7.1. I updated my permalink structure as I’ve done many times before, only this time to find when re-visiting wp-admin it returns a 404 “Sorry no posts matched your criteria”. I’m a bit confused as the htaccess code is rather simple such as:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Anyone else having similar issues?
-J
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘404 on wp-admin after saving permalink structure’ is closed to new replies.