Re: Location of new (Sub-) System [message #7591 is a reply to message #7590] |
Wed, 28 April 2021 03:28 |
AJM
Messages: 2373 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
On the same server you can have more than one domain name pointing to the same DOCROOT (document root) directory as each domain has a separate entry in the Apache config file. On my development PC this is achieved using the VirtualHost directives where each domain shares the same DOCROOT, which would probably be the directory where all the Radicore files reside. This means that several domains can share the same codebase, but although they also share the same config.inc file you can use different settings for each domain. In my case I have a separate set of databases, including the MENU database, for each domain as I use a different $dbprefix for each. In this way you can have a single codebase shared by multiple domains, but each domain can use its own databases.
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|