WordPress Home Fix

If the links in your blog show the wrong domain, redirect to another site or if they are missing images or styling, this is typically due to an improperly configured URL for your blog's domain name in your database.

To resolve the issue, you will need to update your domain in WordPress; this update will also be necessary to make your blog display and function properly with your temporary web address or secure web address.

Update WordPress Domain with Database Access

To update an improperly configured WordPress domain or to use a temporary URL or a secure web address for your WordPress domain via database, follow the steps below:

  1. Log into your cPanel.
  2. Check the wp-config.php file in the appropriate directory to get the WordPress database name.
    1. In the Files section, click the File Manager icon.
    2. Select the wp-config.php file in the base directory for your blog.
    3. Right-click on the file and select View.
    4. Find the line:
      define('DB_NAME', 'username_wrdp1');
    5. Exit the File Manager and return to cPanel home.
  3. In the Databases section of cPanel, click on the phpMyAdmin icon.
  4. In the left menu, click on the database name.
  5. In the left menu, click on the wp_options table.
  6. In the option_name column, look for the siteurl and home variables.




  7. Change those variables to the correct address for your blog.
    1. Click Edit on the far left of the option name.
    2. On the next page, place the full URL for your site into the large text box in the option_value field.
    3. Click Go.

If you are using your temporary URL or shared SSL address to preview your blog on the SiveHost servers, be sure to change the siteurl and home database values back to your normal domain if you want your blog to work with your regular domain name once your name servers (or DNS) have been switched over to SiveHost.


Update WordPress Domain through WP-Admin

This method cannot be used if you cannot access the WP-Admin section of your WordPress installation.

WordPress allows users to update their domain name through the administrative access panel; however, this should be done with caution. This method is best for users who wish to update the domain prior to a directory change.

To change a WordPress domain through WP-Admin:

  1. Visit https://yourdomain.com/wp-admin/ and log in with your admin username and password. (Be sure to replace yourdomain.com with your working domain name.)
  2. In the left menu of the dashboard, click Settings.
  3. Under General Settings, in the WordPress address (URL) field, enter the new domain.
  4. In Site address (URL) field, enter the new domain again.
  5. Click Save Changes at the bottom of the page.

WP-Admin Lost Password

If you've lost or forgotten your WP-Admin username or password, navigate to the login page (https://yourdomain.com/wp-admin/ ) and click the Lost your passwordlink.

You will be prompted to enter your username or email address in order to receive an email with your username and a link to create a new password at the email address you entered when you created your blog.

Update WordPress Domain via File Manager or FTP

If you are unable to update your WordPress domain using the methods above, you can alternativley try the following:

  1. In cPanel, go to File Manager or connect via FTP.
  2. Navigate to your WordPress directory.
  3. Edit the wp-config.php file.
  4. Update (or add) the following lines to the code:
    define("WP_SITEURL","desired url address");
    define("WP_HOME","desired url address");
  5. Save the changes.

  • 26 Users Found This Useful
Was this answer helpful?

Related Articles

Why Videos Should Never be Uploaded to WordPress

  Video content can make a website a lot more interesting by adding additional value to a...

Optimizing WordPress

WordPress is currently one of the most popular blogging/CMS applications in use on our servers....

How to Login to WordPress

Logging in to WordPress is as simple as visiting your WordPress dashboard URL.   Note: Your...

How to Install WordPress

WordPress is one of the most popular blogging platforms around for good reason. It is easy to...

How to Install WordPress via Fantastico DeLuxe

  WordPress is one of the most popular blogging platforms around for good reason. It is easy to...