Skip to content

Instantly share code, notes, and snippets.

@thompsonemerson
Last active September 27, 2016 12:34
Show Gist options
  • Select an option

  • Save thompsonemerson/94590353718693268e4c12146aef3f25 to your computer and use it in GitHub Desktop.

Select an option

Save thompsonemerson/94590353718693268e4c12146aef3f25 to your computer and use it in GitHub Desktop.
Rewrite URL - WordPress
/**
* 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