Once you move the WordPress files, you will not be able to access the WordPress admin area on the root domain. you need to edit the wp-config.php file and add the following lines just before the line ‘That’s all, stop editing! Happy blogging’.define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
Was this helpful?
0 / 0