Wordpress - how do you set the domain if you move the site?
Posted: Wed Mar 02, 2016 8:51 am
So we have a Wordpress site build on the site's sandbox subdomain.
It's all moved over.
But when I go to wp-admin, it tries to redirect me to the sandbox.domain.com. If I add
to the wp-config, the site loads, but all css and imagery go. So it's breaks.
Are there two places to set the URL?? Or even in the database?
It's all moved over.
But when I go to wp-admin, it tries to redirect me to the sandbox.domain.com. If I add
Code: Select all
define('WP_HOME','http://www.site.co.uk');
define('WP_SITEURL','http://www.site.co.uk');
Are there two places to set the URL?? Or even in the database?