http://sitename has moved to http://www.sitename

Permalink
Interesting problem here. My site seems to have moved fromhttp://sitename tohttp://www.sitename. htaccess was restored from an old copy when the site washttp://sitename.

Has anyone else experienced this? What could have caused such a thing?

 
Remo replied on at Permalink Reply
Remo
no, definitely not. Do you have a BASE_URL value in config/site.php?
idsweb replied on at Permalink Reply
No base_url in site.php.
I'll check an old backup now.
idsweb replied on at Permalink Reply
The newer site.php file has additional line:
define('DIRNAME_APP_UPDATED', 'concrete5.6.1.2_updater');?>
idsweb replied on at Permalink Reply
added:
define('BASE_URL', 'http://sitename.co.uk');
define('REDIRECT_TO_BASE_URL', false);

but no change on http://
now throws an error message onhttp://www.sitename

Not sure what's going on. It was ok a couple of weeks ago and I don't think there was any update.