Last active
September 27, 2016 12:34
-
-
Save thompsonemerson/94590353718693268e4c12146aef3f25 to your computer and use it in GitHub Desktop.
Rewrite URL - WordPress
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
| /** | |
| * Rewrite URL | |
| * | |
| * Change this parameter to url of your website | |
| */ | |
| define('WP_HOME','http://localhost:3000/'); | |
| define('WP_SITEURL','http://localhost:3000/'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment