Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com
WordPress is a CMS application that can be installed and accessed through a domain name. As per the default configurations, you will not be able to access your website using any temporary URL. This creates a complexity for customers who would like to verify the hosting service before pointing their websites to a new server. In order to overcome this issue, you need to make a minor change on your WordPress configuration file which will allow you to access your website through the temporary URL before pointing it to a new server. Following are the steps to do this:

Configure WordPress to use temporary URL

  1. First of all, download "wp-config.php" file in your local system through FTP account.
    (You can locate this file under the folder where you have installed WordPress)

  2. Once it is downloaded, open it in any text editor and add the following line:

    define('WP_HOME','your-temporary-url');
    define('WP_SITEURL','your-temporary-url');

    Here, your-temporary-url is the URL that you have received in the hosting account login information email. You can access this email by referring the steps mentioned here. In case, if you could not find then you can contact our support team for this.

  3. After specifying these two lines save the changes and upload "wp-config.php" file back on the server using FTP account.

  4. You can now access your website using the URL mentioned in the file.

Important Note: Once you point your domain to a new server, make sure that you remove these two lines from "wp-config.php" file.


Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution