# Z-Push - ActiveSync over-the-air - default Apache configuration
Alias /Microsoft-Server-ActiveSync /usr/share/z-push/index.php
# Don't list a directory index, follow symlinks (maybe state dir is somewhere linked)
DirectoryIndex index.php
Options -Indexes +FollowSymLinks
# Security
# Don't allow .htaccess Overrides, disallow access to files
AllowOverride none
Require all granted
Require all denied