Eric wrote:
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 :)

You can also put all the config files in /etc/laconica/ instead, one for each domain. So, /etc/laconica/foo.example.com.php, /etc/laconica/bar.example.com.php.

/etc/laconica/laconica.php will get read first, for server-wide settings, and /etc/laconica/foo.example.com_path.php will be read for each path. Finally, config.php is read.

If you put the laconica release code in /usr/share/laconica/, and just use an Alias to map the virtual dir, this should work fine.

-Evan
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to