summaryrefslogtreecommitdiffstats
path: root/.htaccess
blob: ced9ae652d2c345152619b3ef29cbdbbf0ed873e (plain)
1
2
3
4
5
6
7
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>
Options -Indexes