Skip to content
Snippets Groups Projects
.htaccess 540 B
Newer Older
Georg Ehrke's avatar
Georg Ehrke committed
ErrorDocument 403 /core/templates/403.php
ErrorDocument 404 /core/templates/404.php
<IfModule mod_php5.c>
php_value upload_max_filesize 512M
php_value post_max_size 512M
php_value memory_limit 512M
Stefan Göckeritz's avatar
Stefan Göckeritz committed
<IfModule env_module>
  SetEnv htaccessWorking true
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
RewriteRule ^.well-known/carddav /apps/contacts/carddav.php [R]
RewriteRule ^.well-known/caldav /apps/calendar/caldav.php [R]
Kamil Domanski's avatar
Kamil Domanski committed
Options -Indexes