yup, just redirects to login page, then i log in and it still redirects to login. theme and all plugins were removed also via ftp and still same thing.
Hmmm. What does the address bar of your browser say AFTER you have tried logging in? Can you paste that – without revealing your domain-name of course – here?
Aah, there it is. It is stuck in a loop – after login, it redirects to the wp-login.php i.e. your login page, with a reauthorization (reauth=1) request – so even though you’ve logged in, it treats you as if you haven’t logged in!
Sometimes, I’ve seem WP get into this loop, although I dunno why myself. In my case, it usually gets resolved by one of the following two methods.
1. Manually type: http://www.mydomain.com/wp-login.php & sign into the site.
-OR-
2. After logging in, access the site & then in the address bar type http://www.mydomain.com/wp-admin/
If this doesn’t work, you’ll have to wait for one of the mods to show up. Hope it helps! π
if i put my site in a folder it works fine like (mysite.com/wp) but just (mysite.com) its not working.
not sure if this has anythign to do with it but just thought id let you know.
would also like to add i use the download-monitor plugin. when i type a downloads url in it works fine but if i click the link it wont re direct to it. seems to be something messin with redirection.
Hmmm. Those two are slightly different & it isn’t advisable to pull wp out of a folder & paste it back everytime. They are two different installations!
* If you installed in mysite.com/wp (i.e. public_html/wp/ of your site) then your login page will be http://mysite.com/wp/wp-login.php
* If you installed in mysite.com (i.e. public_html/ of your site) then your login page will be mysite.com/wp-login.php
Did you also edit anything on this page: http://www.mydomain.com/wp-admin/options-general.php
Also, have you read this: http://codex.ww.wp.xz.cn/Giving_WordPress_Its_Own_Directory
my host has auto scripts so i can install with a click. after moving my site to the new host failed i did the auto install in a sub and it worked great, so i then deleted my site and installed in root and its not working. 2 new installs and only the one in the sub works.
i have not edited any wp files.