Skip to content

Instantly share code, notes, and snippets.

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 benklocek/4068691 to your computer and use it in GitHub Desktop.
Save benklocek/4068691 to your computer and use it in GitHub Desktop.
Wordpress Config: Local to remote Constant definition
define( 'WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST'] );
define( 'WP_HOME', 'http://' . $_SERVER['HTTP_HOST'] );
define( 'WP_CONTENT_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/wp-content' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment