13 lines
270 B
Plaintext
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>
|