thomascube
2007-09-26 f4f8c6cc6556d568fc719a6d919feb09b5e68477
.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>