aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog/templates/blogs_vhosts.conf
blob: b4a91396ccdf15bbd1bd4233777ed0b025ac9330 (plain)
1
2
3
4
5
6
7
<Directory <%= blog_location %> >
       Order deny,allow
       Allow from All
       AllowOverride All
       Options FollowSymlinks	
       Options +Indexes
</Directory>