• Our it people Changed our old website URL to new website address now we are unable to login into out website, when trying to login it automatically changes the website address to our new website.
    We are trying to close down our old address

Viewing 1 replies (of 1 total)
  • If you’re able to login go to your Cpanel, usually cpanel.yoursite.com,

    1. Log into your hosting cPanel.
    2. Click phpMyAdmin under the Databases heading.
    3. On the left, click the username, then the specific database (you may need to 4. find this in your wp-config file if you aren’t sure which database).
    Click wp_users.

    If it’s redirecting you, you probably have a 301 redirect set up. This may also be defined under config.php via the file manager > cpanel> config.php using this code:

    define(‘WP_HOME’,’https://www.YOURSITE.com/’);
    define(‘WP_SITEURL’,’https://www.YOURSITE.com/’);

    Only if you’re on wordpress, though.

    A

    • This reply was modified 7 years, 9 months ago by ap2016.
Viewing 1 replies (of 1 total)
  • The topic ‘Changed URL to new website unable to login in as goes back to second website’ is closed to new replies.