After you move your Wordpress site to new domain or change domain name, you may experience login problems with your site. To fix it :
Add these records to your wp-config.php :
define('WP_HOME','http://www.page.com');
define('WP_SITEURL','http://www.page.com');
No comments:
Post a Comment
Comment: