[code=XML]
Alias /bbs1/ "/var/www/html/bbs1"<Directory "/var/www/html/bbs1">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>Alias /bbs2/ "/var/www/html/bbs2"<Directory "/var/www/html/bbs2">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
[code]