Categories

Featured templates

WordPress Troubleshooter. Can’t change WordPress website address (URL)

Daniel Morales July 21, 2016
Rating: 5.0/5. From 4 votes.
Please wait...

This tutorial will show you how to resolve the grayed-out ‘Site Address (URL)’ field issue, when none of URL fields is editable under Settings > General. This issue may occur while transferring a website based on WordPress themes to another location:

WordPress_Troubleshooter_Cant _change_WordPress_website_address_URL_1

Such behavior is a part of well secured servers strategy, where the host makes adjustments to ‘wp-config.php’ file on the client’s server due to security purposes.

Let’s see how to make both fields active:

  1. Access your server using any FTP client or file manager provided by your host;

  2. Open ‘wp-config.php’ file;

  3. Remove ‘WP_SITEURL’ and the ‘WP_HOME’ values:

    define( 'WP_SITEURL', 'http://domain.com' );
    define( 'WP_HOME', 'http://domain.com' );
    

    Here http://domain.com’ stands for your own website URL.

  4. Save the changes.

    WordPress_Troubleshooter_Cant _change_WordPress_website_address_URL_2

The issue is resolved. Both fields are active again.

Feel free to check the detailed video tutorial below:

WordPress Troubleshooter. Can’t change WordPress website address (URL)
Best Wordpress Themes
This entry was posted in WordPress Tutorials and tagged address, troubleshooter, url, WordPress. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket