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?
Has anyone else experienced this? What could have caused such a thing?
no, definitely not. Do you have a BASE_URL value in config/site.php?
No base_url in site.php.
I'll check an old backup now.
I'll check an old backup now.
The newer site.php file has additional line:
define('DIRNAME_APP_UPDATED', 'concrete5.6.1.2_updater');?>
define('DIRNAME_APP_UPDATED', 'concrete5.6.1.2_updater');?>
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.
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.