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>
|