summaryrefslogtreecommitdiffstats
path: root/.htaccess
blob: 0d334503d07d7152e3b167463d50bac6a989965a (plain)
1
2
3
4
5
6
7
8
9
ErrorDocument 404 /core/templates/404.php
<IfModule mod_php5.c>
php_value upload_max_filesize 512M
php_value post_max_size 512M
SetEnv htaccessWorking true
</IfModule>
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
Options -Indexes