Basically, let's say I have a web server, and I resell hosting specifically for local churches.
I have 5 churches as clients, I have a simple CMS for which they are equal copies of the same files, for each website I install a CMS, a database and a website, I think this is a waste of resources.
I would like to know if I can do the following: most afaik web hosts have the following structure:
- Main directory (home)
- www.church1.com (church1)
- www.church2.com (church2)
- www.church3.com (church3)
- www.church4.com (church4)
- www.church5.com (church5)
Basically, I want the CMS to be in the home directory, and each of the Churches (clients) would have only a configuration file, an ant database template related to their websites.
therefore, the source code of the system will be split, but the website design and database files will be completely separated.
I am not a web hosting or development expert, but I know my way, sorry if the question is too simple, I find it difficult to find if this is possible.
EDIT: I think the Rudu link pretty much solved my problem!
source
share