mds/net-mail/zarafa/files/50_zarafa-webaccess.conf
geos_one f308728157 move
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@2528 6952d904-891a-0410-993b-d76249ca496b
2010-10-13 09:57:21 +00:00

13 lines
270 B
Plaintext

<IfDefine ZARAFA-WEBACCESS>
Alias /webaccess /usr/share/zarafa-webaccess
<Directory /usr/share/zarafa-webaccess/>
DirectoryIndex index.php
Options -Indexes +FollowSymLinks
AllowOverride Options
Order allow,deny
Allow from all
</Directory>
</IfDefine>