I'd like to set up CMSMS under a CMS dev directory under the site root, yet have the index file create under the root and not the new CMSMS directory. Is it just a matter of modifying the config.php file to change the root directory or are their other parameters that need to be changed?
For instance, if I install CMSMS under its own directory under the site root, it would look like:
/root
- /cmsdir
-/all other related CMSMS directories and files
- index.php
- config.php
- etc
What I would like to do is have a final directory structure that looks like:
/root
- /cmsdir
-/all other related CMSMS directories and files
- index.php
- config.php
- etc (anything CMSMS needs to display site)
Thanks in advance.
Q's on config.php
-
- Translator
- Posts: 169
- Joined: Sat Mar 12, 2005 12:30 pm
Re: Q's on config.php
One week ago i thought the same.
Multiply installes on one server would be easier to update.
Directoryroot->cmsms->domain1
->domain2
->domain3
domain1+2+3
only needs some files but at the moment i think it will be better to have 1.0
and make it multidomainable after this release or later.
A good security level is better then an multidomainable security hole.
kishman155
Multiply installes on one server would be easier to update.
Directoryroot->cmsms->domain1
->domain2
->domain3
domain1+2+3
only needs some files but at the moment i think it will be better to have 1.0
and make it multidomainable after this release or later.
A good security level is better then an multidomainable security hole.
kishman155
Re: Q's on config.php
Ok, thanks- I see the logic of that. I'll consider this as an option.