Moving WordPress from live to local server

Remove WP_HOME and WP_SITEURL from your wp-config.php, and then check in the wp_options table for the values “siteurl” and “home” and change them to http://localhost/sitefolder. It must be an absolute URL.

The WP Codex has more information about changing the site URL.

Leave a Comment