you can visit my blog at http://www.amosatlantis.com/wp-admin/
it redirects you to a non-exisiting page which i’ve setup.
i think wordpress thinks that the /wp-admin directory is a permalink which doesn’t exist ?
I tried, but get this page called “Internal Server Error”
hi
i got the same problem like you.
when i remove the :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
rules than i can access my wp-admin directory. otherwise, it would just bring me to an error page.