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

index.php

Blame
  • .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