Created
May 1, 2014 12:04
-
-
Save p4ulypops/8d3d3218752ca575a838 to your computer and use it in GitHub Desktop.
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
<? | |
This is extremely useful, I have a suggestion to get around the wp_site and wp_home situation though.... you can define that in your config. | |
define('WP_HOME', 'http://'.$_SERVER['SERVER_NAME']); | |
define('WP_SITEURL', 'http://'.$_SERVER['SERVER_NAME']); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment