Re: [SOLVED] Help Relocating Site
Posted: Mon Oct 12, 2009 12:37 am
Solution of additional problems for the benefit of others:
$config['root_path'] = '/home/xyz/public_html';
contained spaces before /home when it was pasted in from somewhere else. However, after fixing this links did not work yet. Cleared cache and all links started to work. Remember to clear cache on config.php (database or path/config changes) changes.
$config['root_path'] = '/home/xyz/public_html';
contained spaces before /home when it was pasted in from somewhere else. However, after fixing this links did not work yet. Cleared cache and all links started to work. Remember to clear cache on config.php (database or path/config changes) changes.