moose123
Member
Posted 5 years ago #
I just set up WP on a newly created subdomain (blog.mydomain.com) using my hosting company's cPanel (Fantastico). While my new WP site and wp-login.php page is up and running, I can't login to wp-login.php. I'm sure this has something to do with the database path or db prefix or something, but I can't seem to find any info about this specific problem in the forums.
I appreciate any help.
Ah, you know I have all my admin and backend stuff on a subdomain and i had the same problem. check out my post on how i fixed it.. maybe it will help.
WordPress Cookie Hack
are you logging in to blog.mydomain.com/wp-login.php, or mydomain.com/blog/wp-login.php ?
one of the two should work.
In most of the cases the issue with subdomain and cPanel is due to the fact that users select "redirect" for the subdomain instead of leaving it as it is - a subdomain!
If you are NOT redirecting it, then your login should be at
http://subdomain.example.com/wp-login - and it should work. I do have such a setup and never had any problems logging in.
moose123
Member
Posted 5 years ago #
Well I feel dumb. All that was required was re-setting the admin password via PHPMyAdmin, which I did but neglected to set the encryption to MD5. Once I did that, the login worked.
Thanks for all the replies.