Skip to content

Instantly share code, notes, and snippets.

@jarnesjo
Created March 5, 2014 13:57
Show Gist options
  • Save jarnesjo/9367603 to your computer and use it in GitHub Desktop.
Save jarnesjo/9367603 to your computer and use it in GitHub Desktop.
Change WordPress installation url in wp-config
define('WP_HOME', 'http://min.testinstallation.se');
define('WP_SITEURL', 'http://min.testinstallation.se');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment