Skip to content

Instantly share code, notes, and snippets.

@psteinweber
Last active January 3, 2016 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psteinweber/8487516 to your computer and use it in GitHub Desktop.
Save psteinweber/8487516 to your computer and use it in GitHub Desktop.
#wordpress Set custom URL in wp-config.php (as described here: http://codex.wordpress.org/Changing_The_Site_URL#Edit_wp-config.php )
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