Skip to content

Instantly share code, notes, and snippets.

@MAXHEADR0OM
Last active July 25, 2018 14:40
Show Gist options
  • Save MAXHEADR0OM/06e024170164c332455b6ba69313f99e to your computer and use it in GitHub Desktop.
Save MAXHEADR0OM/06e024170164c332455b6ba69313f99e to your computer and use it in GitHub Desktop.
Change URL of Wordpress Site
/* Paste this code into the wp-config.php file and add your new URL */
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment