Managing multiple websites

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Pieter
Posts: 54
Joined: Sat 20. Mar 2004, 18:08

Managing multiple websites

Post 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.) ?
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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..
http://www.studmed.dk Portal for doctors and medical students in Denmark
Pieter
Posts: 54
Joined: Sat 20. Mar 2004, 18:08

Post by Pieter »

and then I can use the same username across different sites
include some informatie from site1 on site2 etc. ?
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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...
http://www.studmed.dk Portal for doctors and medical students in Denmark
Pieter
Posts: 54
Joined: Sat 20. Mar 2004, 18:08

Post by Pieter »

well, I have tree different sites, but the same users should be able to edit them
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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 :-)
http://www.studmed.dk Portal for doctors and medical students in Denmark
Pieter
Posts: 54
Joined: Sat 20. Mar 2004, 18:08

Post 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
Florian
Posts: 119
Joined: Wed 19. Nov 2003, 16:50
Location: Hamburg
Contact:

Post by Florian »

Hello Pieter,

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

Cheers,
Florian
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post 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
http://www.studmed.dk Portal for doctors and medical students in Denmark
Pieter
Posts: 54
Joined: Sat 20. Mar 2004, 18:08

Post 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
User avatar
pSouper
Posts: 1552
Joined: Tue 11. Nov 2003, 15:45
Location: London
Contact:

Post 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.
Post Reply