Upgraded to 3.04 w/ permalinks, can't access wp-admin
-
I recently updated a 3.02 install to 3.04 and now my wp-admin url is not reachable.
When I have the following in my .htaccess;
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]My Permalinks work great, but I can’t access wp-admin, I get a result of “page not found”.
However, when I remove that code from my .htaccess, I can get to wp-admin, but then my permalinks are broken.
Any ideas on how to correct this?
- The topic ‘Upgraded to 3.04 w/ permalinks, can't access wp-admin’ is closed to new replies.