Switched domain to new installation but can't access old site anymore

Permalink
I've been trying to enter the url to the old install of C5 for a site, but keep getting error messages. Thought it might be something in site.php. Base URL. But I can't figure out the right entry to put there. Keep getting 404 errors.

gewald
 
gewald replied on at Permalink Best Answer Reply
gewald
Found the solution. Two lines in site.php were hold overs from older versions...

define('BASE_URL;
define('DIR_REL', '');

Dropped them and all was well.