Cannot reach admin after using friendly URLS
-
Everthing is fine with my install until I try to use friendly URLs. No matter which format I choose, WP updates my .htaccess file with:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressOnce that is done, the site is fine but I cannot access the admin. When I try to access the admin I get an error that says, “Sorry, no files match your criteria.”
Switching back to the default URLS makes it work again.
Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Cannot reach admin after using friendly URLS’ is closed to new replies.