Page 1 of 1

[SOLVED] How do I add "www." to my cms ms site - Please Help

Posted: Sun Dec 06, 2009 12:08 pm
by probs
I had originally installed my cms ms site on http://mydomain.com (just an e.g. domain) but now I would like to change the setting to http://www.mydomain.com

Basically I want to know how to add "www." after the "http://", when I had originally installed my cms ms site on "http://" without the "www."

I can't find any option to achieve that (I think I've looked everywhere and even googled for answers - with no results).

So I would be very grateful if someone could please help me out with this..

Re: How do I add "www." to my cms ms site - Please Help

Posted: Sun Dec 06, 2009 1:10 pm
by Rolf
Hi probs

Please read my article about this:
http://forum.cmsmadesimple.org/index.ph ... 912.0.html
and more...

Grtz. Rolf

Re: How do I add "www." to my cms ms site - Please Help

Posted: Sun Dec 06, 2009 1:15 pm
by scooper
This is stored in the configuration file config.php in the root of your CMSM install.

You should download it and look for the 'root_url' setting.

You'll have something like this:

$config['root_url'] = 'http://millipedia.co.uk';

Change that value to the full URL you want:

$config['root_url'] = 'http://www.millipedia.co.uk';

Re: How do I add "www." to my cms ms site - Please Help

Posted: Sun Dec 06, 2009 1:44 pm
by probs
Thanks I now have pretty urls!  ;D