I get this error when I try logging in to a new blog - http://www.jamespew.com.
How do I fix this?
I get this error when I try logging in to a new blog - http://www.jamespew.com.
How do I fix this?
what is the url you are using to login to your wordpress ??
it should be this one
http://jamespew.com/wp-login.phpi have checked and its opening login page properly.
Yes I see. But the Login and Contact buttons on the site are directing to
The requested URL /login was not found on this server
How can I get these buttons to direct where they are supposed to?
Several things.
1. login and contact are hard coded links in the header.php file of your theme (an idiotic practice of some theme authors) and they are also wrong!
2. If you set up "nice" permalinks and create a Page titled "Contact" - that link will work.
Using_Permalinks + your own admin panel > Settings
3. The login will never work in this way: open the file and edit the link to point where your login.php file really is:
http://jamespew.com/wp-login.php
instead of
http://jamespew.com/wp-login
4. Or just delete those wrong links.
5. The RSS link is OK.
How can I get these buttons to direct where they are supposed to?
edit the theme file that is putting them there.
This topic has been closed to new replies.