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..
[SOLVED] How do I add "www." to my cms ms site - Please Help
[SOLVED] How do I add "www." to my cms ms site - Please Help
Last edited by probs on Sun Dec 06, 2009 1:45 pm, edited 1 time in total.
Re: How do I add "www." to my cms ms site - Please Help
Hi probs
Please read my article about this:
http://forum.cmsmadesimple.org/index.ph ... 912.0.html
and more...
Grtz. Rolf
Please read my article about this:
http://forum.cmsmadesimple.org/index.ph ... 912.0.html
and more...
Grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: How do I add "www." to my cms ms site - Please Help
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';
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
Thanks I now have pretty urls! 
