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
Have two CMSMS on one server ?
Re: Have two CMSMS on one server ?
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 ?
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 ?
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.
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.