My Dashboard Goes to a 404 error
When I log in the dashboard displays as a 404 error.
I've re-saved permalinks, I'm using custom structure - /%postname%
I've checked my .htaccess file, here are the contents:
# 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
I've disabled all plugins and still have the 404 error. This is the only thing keeping me from launching my site -
http://www.derbygearforsale.com.
Please help!
Abby