Admin login problem with url format
-
I just transfered an existing wp site which I purchase onto my server. For some reason the admin section won’t take my password no matter what I do. I followed the steps by going into my php admin and editing the password with md5 hash but still no good but I did notice something strange. Im able to login through my file legacy manager when I click on the link which is strange but when I go to click save after editing my pw it redirects to me to admin login page with an extra / after the tld. For example it will look like this http://www.example.com//wp-login.php?
Im wondering if that has anything to do with it. Also note Im not sure if it has anything to do with it but I had a problem after importing the database :”Fatal error: Call to undefined function wp() in /home/ghnet/public_html/wp-blog-header.php on line 14″
I searched the web and found the fix by adding this code:
define(‘WP_SITEURL’, ‘http://example.net/’);
define(‘WP_HOME’, ‘http://example.net/’);Now Im not sure if this has anything to do with my logging into my wp admin…
Thanks
-
You did not specify a blog address or reason for posting when you created this topic.
This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you’ll find help at the WordPress.org forums.
If you don’t understand the difference between WordPress.com and WordPress.org, you may find this information helpful.
If you forgot to include a link to your blog, you can reply and include it below. It’ll help people to answer your question.
This is an automated message.
- The topic ‘Admin login problem with url format’ is closed to new replies.