Skip to content

Instantly share code, notes, and snippets.

@carlosonweb
Last active August 29, 2015 14:02
Show Gist options
  • Save carlosonweb/4a02a2124a0ee5d0e8f8 to your computer and use it in GitHub Desktop.
Save carlosonweb/4a02a2124a0ee5d0e8f8 to your computer and use it in GitHub Desktop.
/**
* 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