[Solved] site urls and domain pointers

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
dlpirl

[Solved] site urls and domain pointers

Post 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?
Last edited by dlpirl on Sat Dec 08, 2007 10:40 pm, edited 1 time in total.
faglork

Re: site urls and domain pointers

Post 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
dlpirl

Re: site urls and domain pointers

Post by dlpirl »

Thanks, Alex. Just the precise quick answer I was hoping for. It worked as expected!

--Donald
bingo
New Member
New Member
Posts: 7
Joined: Wed Oct 11, 2006 10:51 am

Re: [Solved] site urls and domain pointers

Post 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';
Locked

Return to “CMSMS Core”