cannot login in
-
In the dashboard of WordPress, when I loginned in and try to click the setting. It shows another page ‘https://ufz.btq.mybluehost.me/wp-login.php?wp_lang=en_US’, which ask me to login in again. I used the wordpress password and username, but it cannot work. Why? how to solve this.
The blog I need help with is: (visible only to logged in users)
-
Hello Yvanwy,
I hope you are doing well. Looks like you have not updated the site and home URL.
Can you please update them?
Steps to update
1) Log in to the cPanel > file manager > wp.config
Add these lines to yourwp-config.phpfile (above the line that says/* That's all, stop editing! */):
define(‘WP_HOME’, ‘https://yvanyin.xyz’);
define(‘WP_SITEURL’, ‘https://yvanyin.xyz’);
And that should work.
- The topic ‘cannot login in’ is closed to new replies.