there is written in your wp-config.php how to generate new keys ..
currently busy entering the site .. what mistake do you get?
Ok I’ve generated new keys and entered them into the document.
I get the same 404 not found error
It says “The resource requested could not be found on this server!”
The default login file is called wp-login.php. Try that instead of wp-admin/user and just in case, try removing the wordpress part of the URL. One of those is likely to get you to a login screen.
message removed previous answer more suitable.
Ok I removed the wordpress part of the url, and it brings me to a login. Now it says you don’t have permission to acess that page. I then tried logging into femacourses.com/wp-login.php. It prompted me to login, then wen to a blank scren. Any ideas?
download an updated browser and try that or delete your cookies.
Ok, my browser is up to date, I am using chrome. Then I deleted all my cookies, and went to femacourses.com/wp-admin. I tried that, and it logged me in then went to a blank screen. I went to femacourses.com/wp-login.php, and the same thing happened.
Alright, I’ve tried firefox and both instances are returning the same results as chrome.
you have no syntax errors in the keys you entered in wp-config.php? (obviously you can’t use a define with the same name more than once).
define( ‘WP_SITEURL’, ‘https://femacourses.com’ );
define( ‘WP_HOME’, ‘https://femacourses.com’ ); without end slash .. Please do not show sensitive information online. Enable WP_DEBUG change FALSE with TRUE.
I was planning on changing my comment once I replied. Trying your changes now.