Update WordPress Domain with Database Access

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

Log into your cPanel. Check the wp-config.php file in the appropriate directory to get the WordPress database name. In the Files section, click the File Manager icon. Select the wp-config.php file in the base directory for your blog. Right-click on the file and select View.

Find the line: define('DB_NAME', 'username_wrdp1'); Exit the File Manager and return to cPanel home. In the Databases section of cPanel, click on the phpMyAdmin icon. In the left menu, click on the database name.

In the left menu, click on the wp_options table. In the option_name column, look for the siteurl and home variables.

Click the > symbol to go to the next page. On Page 2, you will find the Home URL.

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

Click Go. If you wish for your WordPress to work with your domain name, be sure to change the siteurl and home database values to your normal domain if they are for some reason not already set to this.

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:

Visit http://yourdomain.com/wp-admin/ and log in with your admin username and password. (Be sure to replace yourdomain.com with your working domain name.) In the left menu of the dashboard, click Settings. Under General Settings, in the WordPress address (URL) field, enter the new domain. In Site address (URL) field, enter the new domain again. 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 (http://yourdomain.com/wp-admin/ ) and click the Lost your password link.

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 alternatively try the following:

In cPanel, go to File Manager or connect via FTP. Navigate to your WordPress directory. Edit the wp-config.php file. Update (or add) the following lines to the code:

define(“WP_SITEURL”,“desired url address”); define(“WP_HOME”,“desired url address”); Save the changes.