You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
414 B

14 years ago
15 years ago
  1. ErrorDocument 403 /core/templates/403.php
  2. ErrorDocument 404 /core/templates/404.php
  3. <IfModule mod_php5.c>
  4. php_value upload_max_filesize 512M
  5. php_value post_max_size 512M
  6. php_value memory_limit 512M
  7. <IfModule env_module>
  8. SetEnv htaccessWorking true
  9. </IfModule>
  10. </IfModule>
  11. <IfModule mod_rewrite.c>
  12. RewriteEngine on
  13. RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]
  14. </IfModule>
  15. Options -Indexes