Created
May 31, 2018 20:17
-
-
Save ashsaraga/3dc4dd6966df77a07aed91b40d131bf3 to your computer and use it in GitHub Desktop.
Include in `wp-config.php` to set the URL for a WordPress install.
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
define('WP_HOME','http://example.com'); | |
define('WP_SITEURL','http://example.com'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment