summaryrefslogtreecommitdiffstats
path: root/.htaccess
blob: b181f8b8452aeea506c695a0be3d74e05ea682f6 (plain)
1
2
3
4
5
6
7
8
9
10
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>
RewriteEngine on
RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
Options -Indexes