Posted on: 03/21/03 08:13am
By: Anonymous (Anonymous)
Is it safe to assume that two geeklog sites can be installed on one server as long as there are separate directories and databases??
2 geeklog sites on 1 server?
Posted on: 03/21/03 09:46am
By: Dirk
Yes, that's possible.
You can even run them from the same database, provided that you use different prefixes for the table names (that's what $_DB_table_prefix in config.php is for).
bye, Dirk
2 geeklog sites on 1 server?
Posted on: 05/28/03 02:59pm
By: ronack
So if I got this straight I can add say gl2_ and gl3_ etc to config.php then just add the public_html to the other sites and we're good? Or do I create a different config.php for each site?
2 geeklog sites on 1 server?
Posted on: 05/28/03 03:28pm
By: Dirk
The easiest way would be to have two complete (and separate) copies of the Geeklog code. Although it may be possible to share some of the directories if you fiddle with the path settings a bit. But you need at least separate config.php and lib-common.php files ...
bye, Dirk