Page 1 of 1

Q's on config.php

Posted: Wed Oct 12, 2005 2:01 pm
by slashman
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.

Re: Q's on config.php

Posted: Wed Oct 12, 2005 7:14 pm
by kishman155
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

Re: Q's on config.php

Posted: Thu Oct 13, 2005 9:53 pm
by slashman
Ok, thanks- I see the logic of that. I'll consider this as an option.