Created
October 23, 2017 20:23
-
-
Save Andy-set-studio/d6a998dd2fcdd0d2fb3c7d394e3bcce3 to your computer and use it in GitHub Desktop.
[Override WP Host / Url] Override Wordpress domain. Allows you to override the domain without touching the database. Will resolve all urls to the domain you set
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Local site | |
define('WP_HOME', 'http://YOURPROJECT.LOCAL/'); | |
define('WP_SITEURL', 'http://YOURPROJECT.LOCAL/'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment