Skip to content

Instantly share code, notes, and snippets.

@cdharrison
Created July 30, 2013 13:39
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 cdharrison/6112993 to your computer and use it in GitHub Desktop.
Save cdharrison/6112993 to your computer and use it in GitHub Desktop.
Set WordPress WP_HOME and WP_SITEURL so that it matches wildcard (www or no-www)
define('WP_HOME','http://'. $_SERVER['SERVER_NAME']);
define('WP_SITEURL','http://'. $_SERVER['SERVER_NAME']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment