Today i faced the issue “Wordpress admin login loop redirect” and i wasted lot of time to solve this problem, so i want to share with you. I installed Wordpress 2.9 on my site directory. Everything seemed to work fine until I tried to login to the admin console and I get a loop.
When i browse to http://str-Graphics.com/…./wp-admin/
…and it takes me immediately to the same page. i mean it was redirecting to the same page and the admin login loop is going..!
When I was login with my exact username and password then it simply redirects to the same link with out any errors..! and if i use bad password for the admin then it tells me incorrect password this is fine.
What i done:
- some of my friends gave the advice to enable the cookies and verify the setting, i done but no use.
- Finally i got the working solution: There seems to a cookie problem with the core WordPress files. Add this to the top of wp-config.php:@define(’ADMIN_COOKIE_PATH’, ‘/’);
- Cheers



