thomascube
2007-11-25 a898459be2e0ed1be20de4c7aeaba8df357f5d6b
.htaccess
@@ -1,10 +1,12 @@
# AddDefaultCharset   UTF-8
AddType text/x-component .htc
<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>
@@ -12,6 +14,7 @@
  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|\~)$">