I am unable to login to my WordPress site

Avatar
  • updated
  • Answered

My primary domain (katherineleighcounseling.com) looks like two pages overlapping each other and I can't click on anything. My secondary domain (counselingmindfulness.com) displays the wordpress logo four times with a search box over the top logo. When you click in the box, I get the error message Not Found (404)The requested URL /Counseling%20Mindfulness%3C/a%3E%3C/h1%3E%3Cform%20name= was not found on this server.

Avatar
JacobIMH
Hello klg0147, and thanks for the question. It looked like your (wp-login.php) script was a bit off. Was this from a clean install of WordPress? I went ahead and re-named it to (wp-login.php-BAK) and copied over a good copy of this file from a clean WordPress install. It seems to be properly pulling up now without any errors. Additionally it looked like your (.htaccess) file was missing the default WordPress rewrites, so I went ahead and added these as well for you: # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress Please let us know if you're still experiencing any issues when attempting to login, or if you run across any other problems. - Jacob