server/.htaccess

6 lines
150 B
ApacheConf
Raw Normal View History

2011-06-23 21:47:46 +00:00
ErrorDocument 404 //core/templates/404.php
2011-06-04 18:16:44 +00:00
php_value upload_max_filesize 20M
php_value post_max_size 20M
SetEnv htaccessWorking true
2011-06-23 21:14:09 +00:00
Options -Indexes