baikal/html/.htaccess
Jérôme Schneider 081e26813c Working on web admin
Former-commit-id: 14ac8dbf01
2012-04-25 14:09:22 +02:00

12 lines
No EOL
293 B
ApacheConf

# Disabling URL rewrite and cache management
# that could cause problems with DAV requests
# Useful only for Apache servers, with AllowOverride All
# (ie, .htaccess files enabled)
<IfModule mod_rewrite.c>
RewriteEngine Off
</IfModule>
<IfModule mod_expires.c>
ExpiresActive Off
</IfModule>