Skip to content

Instantly share code, notes, and snippets.

@jruck
Last active February 14, 2018 05:51
Show Gist options
  • Save jruck/4965547 to your computer and use it in GitHub Desktop.
Save jruck/4965547 to your computer and use it in GitHub Desktop.
WP: force root URL in wp-config
define('WP_HOME','http://DOMAIN.com');
define('WP_SITEURL','http://DOMAIN.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment