thomascube
2007-09-29 97bd2c0537bc3edb3751b3020f37e680944ac41c
.htaccess
@@ -1,7 +1,23 @@
php_flag   display_errors    On
php_value  upload_max_filesize  2m
# AddDefaultCharset   UTF-8
AddType text/x-component .htc
<FilesMatch "(\.inc|\~)$|^_">
<IfModule mod_php4.c>
  php_flag   display_errors   Off
  php_flag   log_errors   On
  php_value   error_log   logs/errors
  php_value   upload_max_filesize   5M
  php_value   post_max_size   6M
</IfModule>
<IfModule mod_php5.c>
  php_flag   display_errors   Off
  php_flag   log_errors   On
  php_value   error_log   logs/errors
  php_value   upload_max_filesize   5M
  php_value   post_max_size   6M
</IfModule>
<FilesMatch "(\.inc|\~)$">
  Order allow,deny
  Deny from all
</FilesMatch>