Porting
- database config : wp-config.php
- SELECT *
FROM `wp_options`
WHERE option_name
IN ('siteurl', 'home'); - change site url in db:
updatewp_options` set `option_value` = 'wp_base_url' where option_name in('siteurl','home');
if required,change RewriteBase in .htaccess
No comments:
Post a Comment