d6727abf63
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@2511 6952d904-891a-0410-993b-d76249ca496b
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
<IfDefine ZARAFA-WEBACCESS-MOBILE>
|
|
Alias /webaccess-mobile /usr/share/zarafa-webaccess-mobile
|
|
|
|
<Directory /usr/share/zarafa-webaccess-mobile/>
|
|
DirectoryIndex index.php
|
|
Options -Indexes +FollowSymLinks
|
|
AllowOverride Options
|
|
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
</IfDefine>
|