Created
April 17, 2014 02:37
-
-
Save nghuuphuoc/10949132 to your computer and use it in GitHub Desktop.
Change Wordpress domain name
This file contains 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
update wp_options set option_value='http://ri-zone.zoodemo.com' where option_name='siteurl'; |
This file contains 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