You could do this relativly easily just by linking folders and having an individual .htaccess and config.php
/var/www/main ln -s /var/www/main/* /var/www/site1 ln -s /var/www/main/* /var/www/siteN create custom .htaccess and config.php in /var/www/site1 through n Thats about it and it should work fine :) -Eric Helgeson On Thu, Mar 19, 2009 at 10:08 PM, Tom Blankenship <[email protected]> wrote: > I am considering the idea of creating a multiuser version of Laconica. I > have an upcoming project that would benefit from being able to dynamically > create new Laconica sites on a single server with a single install of > Laconica. I picture this working similar to Wordpress MU, where each site > has its own set of unique tables under a common database. > > Before I get any further along into researching this, has any work already > been started on something similar? > > Thanks, > Tom > > _______________________________________________ > Laconica-dev mailing list > [email protected] > http://mail.laconi.ca/mailman/listinfo/laconica-dev > _______________________________________________ Laconica-dev mailing list [email protected] http://mail.laconi.ca/mailman/listinfo/laconica-dev
