Skip to content

Instantly share code, notes, and snippets.

@tysonchamp
Created August 26, 2015 07:40
Show Gist options
  • Select an option

  • Save tysonchamp/f796cc998462f6d410d9 to your computer and use it in GitHub Desktop.

Select an option

Save tysonchamp/f796cc998462f6d410d9 to your computer and use it in GitHub Desktop.
Define home url and site url in wp-config.php
define('WP_HOME','http://127.0.0.1/chowringhee');
define('WP_SITEURL','http://127.0.0.1/chowringhee');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment