I developed a CMS MS site under a subdomain (s2pmarketsignal.com/MatxainEtxea) then when it was ready I pointed matxainetxea.com to the subfolder. Its fine at the top level. However, the pages still use the previous structure. Go to www.matxainetxea.com to see what I mean.
How can I change this behavior now? How can I avoid this problem in the future?
[Solved] site urls and domain pointers
[Solved] site urls and domain pointers
Last edited by dlpirl on Sat Dec 08, 2007 10:40 pm, edited 1 time in total.
Re: site urls and domain pointers
Hi!
You have to change the settings in config.php ...
Afterwards, clear the cache just to make sure there aren't ane cached old pages.
hth,
Alex
You have to change the settings in config.php ...
Afterwards, clear the cache just to make sure there aren't ane cached old pages.
hth,
Alex
Re: site urls and domain pointers
Thanks, Alex. Just the precise quick answer I was hoping for. It worked as expected!
--Donald
--Donald
Re: [Solved] site urls and domain pointers
Thanks for this, solved my problem.
For newbies like myself, the bit you have to change in config.php is the line (line 77 in my config file)
$config['root_url'] = 'http://mywebsite.com';
For newbies like myself, the bit you have to change in config.php is the line (line 77 in my config file)
$config['root_url'] = 'http://mywebsite.com';