Page 1 of 1

Managing multiple websites

Posted: Sun 25. Apr 2004, 15:23
by Pieter
Is it possible to manage multiple websites with one instance of phpWCMS (i.e. can they all have their own index.php etc.) ?

Posted: Sun 25. Apr 2004, 15:59
by frold
yes, if you install phpwcms in difrents folders and using diffrents prefixes like site1_ site2_ etc.. then you can use just one database..

Posted: Sun 25. Apr 2004, 16:12
by Pieter
and then I can use the same username across different sites
include some informatie from site1 on site2 etc. ?

Posted: Sun 25. Apr 2004, 16:19
by frold
Pieter wrote:and then I can use the same username across different sites
include some informatie from site1 on site2 etc. ?
I do not understand?

My first answer must be no...

Posted: Sun 25. Apr 2004, 16:32
by Pieter
well, I have tree different sites, but the same users should be able to edit them

Posted: Sun 25. Apr 2004, 16:45
by frold
so long they do not have the same content you have to install phpwcms on all 3 sites and have to create the same users in all of them.. but if you have played with phpwcms you will not think it is a problem because phpwcms is wonderfull to work with :-)

Posted: Sun 25. Apr 2004, 16:57
by Pieter
thank you for confirming what I already expected
i will just give those people the same user account and they will just have to login several times

Posted: Sun 25. Apr 2004, 16:59
by Florian
Hello Pieter,

are you meaning diffent "webroots" like TYPO3 do?
Would be a nice mod for the future.

Cheers,
Florian

Posted: Sun 25. Apr 2004, 17:00
by frold
Pieter wrote:thank you for confirming what I already expected
i will just give those people the same user account and they will just have to login several times
well thay can enjoy the same nice backend :D

Posted: Sun 25. Apr 2004, 17:10
by Pieter
Florian wrote:Hello Pieter,

are you meaning diffent "webroots" like TYPO3 do?
Would be a nice mod for the future.

Cheers,
Florian
I don't know anything about TYPO3 so I really can't say

I mean that I have the following config:
http://www.url_of_site_1.nl
http://www.url_of_site_2.nl
http://www.url_of_site_3.nl

All of them are on the same server.

And they are all more or less related. The same people manage all three.
So it would be nice if they only have to login in once and can then manage all.
However, visitors still see three separate sites, with their own index pages

Posted: Sun 25. Apr 2004, 18:17
by pSouper
my answer is NO.
you will need a new installation for each site.
BUT...
If your host only allows you to have one database (unless you pay for more) you can set all site to use the same database and use different table_prefix's in order to seperate those tables.
you may also if you so choose config each site to use the same resource folders but rembember that NO table data is shared thus a little work will be needed to have all the images and files populated within each of the site unique tables.

seperate logins are needed for each site.