Last active
August 29, 2015 14:02
-
-
Save carlosonweb/4a02a2124a0ee5d0e8f8 to your computer and use it in GitHub Desktop.
This file contains 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
/** | |
* File: wp-config.php file. | |
* | |
* Take note of the comment line below. | |
* This code should be placed above that line. | |
* | |
*/ | |
define('WP_HOME', 'http://tmp.example.com'); | |
define('WP_SITEURL', 'http://tmp.example.com'); | |
/* That's all, stop editing! Happy blogging. */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment