Moving C5 & subdirs from sub(test) folder into root folder
Permalink 1 user found helpful
Hello all,
after all the glowing reviews of the product and support thereof, I'm on the verge of installing C5 in a test subfolder to try out / develop the site, and once its in a fit state to move it into the html root folder.
apart from the actual copying, is this a reasonably straightforward process, how many config files will need updating to make sure C5 knows where everything is located
May thanks in advance for your advice
Rgds
Graham
after all the glowing reviews of the product and support thereof, I'm on the verge of installing C5 in a test subfolder to try out / develop the site, and once its in a fit state to move it into the html root folder.
apart from the actual copying, is this a reasonably straightforward process, how many config files will need updating to make sure C5 knows where everything is located
May thanks in advance for your advice
Rgds
Graham
now find the line:
define('DIR_REL', '/subdomain');
Now changes it to:
define('DIR_REL', '');
let me here how its goes:-)
/Mike