• I’m not too sure what’s happening but my website isn’t working. I’ve changed my domain from infinitree.sg to infinitree.my but now when I try to edit my website, it says my server IP could not be found.

    What can I do?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    It seems you didn’t migrate your site rather just change the domain. If so you need to change the site URL from the database. If you use cPanel its easy, open phpMyAdmin and select your database and select wp_options (if you prefix is default ie. wp_) now find siteurl and home (option_name ) and change their option_value to your new domain. Now you can access your site.

    You can try to change in your wp-config.php file and these two entries while you fix your database:

        define('WP_HOME', 'https://infinitree.mym');
        define('WP_SITEURL', 'https://infinitree.my');
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My website isn’t working’ is closed to new replies.