Page 1 of 1
[Solved] site urls and domain pointers
Posted: Sat Dec 08, 2007 8:34 pm
by dlpirl
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?
Re: site urls and domain pointers
Posted: Sat Dec 08, 2007 10:26 pm
by faglork
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
Re: site urls and domain pointers
Posted: Sat Dec 08, 2007 10:39 pm
by dlpirl
Thanks, Alex. Just the precise quick answer I was hoping for. It worked as expected!
--Donald
Re: [Solved] site urls and domain pointers
Posted: Thu Aug 27, 2009 10:23 am
by bingo
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';