Admin Login Loop
-
I am running php 5.2.9-2 and mysql 5.1.58 on a windows 2000 server box. php and mysql are working fine and installed wordpress 3.2.1.
My wordpress is installed in mydomain.com/wordpress/
Was able to create the admin username and password and it generates the sample site content. It’s just when I try to login with the username and password I created, it just loops to the login page again. If I enter the wrong password, it tells me it’s a wrong username/password combo. It’s a fresh install, no plugins installed. I tried deleting the user and table in mysql and starting with another fresh install of wordpress, and the same login loop. I’ve tried clearing cookies and cache, renaming the plugins folder, adding @define(‘ADMIN_COOKIE_PATH’, ‘/’); to wp-config.php, I’m not using htaccess as far as I know, I am not defining siteurl or home in wp-config, and am not running multisite. I’ve tried just about everything. Any suggestions?
The topic ‘Admin Login Loop’ is closed to new replies.