Skip to content

Instantly share code, notes, and snippets.

@michaelbonner
Created July 11, 2019 20:24
Show Gist options
  • Save michaelbonner/e4284cc0b1954b6e30d9b5cc53b4c1ab to your computer and use it in GitHub Desktop.
Save michaelbonner/e4284cc0b1954b6e30d9b5cc53b4c1ab to your computer and use it in GitHub Desktop.
# Add the following to your wp-config.php file
# Replace http://example.com/ with your url
if (!defined('WP_SITEURL')) {
define('WP_SITEURL', 'http://example.com/');
}
if (!defined('WP_HOME')) {
define('WP_HOME', 'http://example.com/');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment