Please help!
I’m seeing a similar problem… I did a fresh install of WP 2.0.5 and when I try to log in using IE6 it gives me a “Cannot find server/the page cannot be displayed” for domainname.com/wp-login.php but it actually does log me in you just have to manually go domainname.com/wp-admin/
I tried doing the same process with FF and I get:
Found
The document has moved here.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I read through a lot of the posts and tried disabling all the plug-ins, clearing the cookies, etc. I thought that it might have something to do with permalinks couldnt change the .htaccess file permissions because yahoo is hosting my site ??
But I can make the changes via WP manage->file, I just dont know what to change. The file is contains:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
The same problem happens when I try posting comments, posting blog entries, etc.
Please help!
Thx