baikal/html/.htaccess
Jérôme Schneider 9a563689f3 Working on web admin
Former-commit-id: 61974ea048
2012-04-28 13:21:17 +02:00

12 lines
No EOL
293 B
ApacheConf
Executable file

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