Skip to content

Instantly share code, notes, and snippets.

@ericorruption
Created July 29, 2016 17:34
Show Gist options
  • Save ericorruption/77541f9fdfb1d0c900733b4647d56fa2 to your computer and use it in GitHub Desktop.
Save ericorruption/77541f9fdfb1d0c900733b4647d56fa2 to your computer and use it in GitHub Desktop.
Wordpress: Forcing site url and home on wp-config.php
define('WP_SITEURL', 'http://' . $_SERVER['SERVER_NAME'] . ':8888');
define('WP_HOME', 'http://' . $_SERVER['SERVER_NAME'] . ':8888');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment