Page 1 of 1

Have two CMSMS on one server ?

Posted: Thu Sep 22, 2011 1:30 pm
by Cogo
Hi there i want to use two cmsms on same server. Can i do that ?
ex: One server on www.ingenhemsida.com and another on www.ingenhemsida.com/hemsida

When i try there been the same on both pages

Re: Have two CMSMS on one server ?

Posted: Thu Sep 22, 2011 7:56 pm
by dgm2
I would guess you would need 2 installs. 1 in your root directory and 1 your hemsida folder. Also 2 seperate databases.

Re: Have two CMSMS on one server ?

Posted: Thu Sep 22, 2011 9:05 pm
by Wishbone
Install it in one directory and define a database.. Install it in another directory with a different database. I think I have 7 installs on my server.

Re: Have two CMSMS on one server ?

Posted: Fri Sep 23, 2011 11:50 am
by mcDavid
Are you using pretty url's with mod_rewrite?

If so, you might want to alter the rewrite conditions a little for the .htaccess in your www-root folder.

By default it redirects http://foo.com/bar/home to http://foo.com/index.php?page=home, so you think you are watching the install in your subdirectory but in fact you are looking at the one in the www-root.

You can also turn off pretty url's.