Skip to content

Instantly share code, notes, and snippets.

View ravixp's full-sized avatar

Cycle XP ravixp

  • Edinburgh
  • 08:25 (UTC +01:00)
View GitHub Profile
@ravixp
ravixp / wordpress-staging-url.md
Last active October 30, 2017 18:03
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');