Skip to content

Instantly share code, notes, and snippets.

@ravixp
Last active October 30, 2017 18:03
Show Gist options
  • Select an option

  • Save ravixp/80854367bb0c6a45bd8f0eb9a7691194 to your computer and use it in GitHub Desktop.

Select an option

Save ravixp/80854367bb0c6a45bd8f0eb9a7691194 to your computer and use it in GitHub Desktop.
WordPress: Changing the Site URL and Home Settings, migrating from the live website to the staging website

Add the site URL and home settings in wp-config.php without editing database.

define('WP_HOME','https://staging.example.co.uk');
define('WP_SITEURL','https://staging.example.co.uk');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment