Skip to content
Snippets Groups Projects
Select Git revision
  • be9ca44d07a129671bd5ce53d64ef22da93d5ae9
  • master default protected
2 results

.htaccess

Blame
  • user avatar
    Robin Appelman authored
    having a broken web/card/caldav is much better as having no ownCloud at all :)
    4c8f17ad
    History
    .htaccess 336 B
    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
    SetEnv htaccessWorking true
    </IfModule>
    <IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
    </IfModule>
    Options -Indexes