thomascube
2006-03-03 ea7c46b4f37691702b8e78dea34c3e9a3afb232d
1
2
3
4
5
6
7
8
9
10
11
# AddDefaultCharset    UTF-8
php_flag    display_errors    On
php_value    upload_max_filesize    2m
 
<FilesMatch "(\.inc|\~)$|^_">
  Order allow,deny
  Deny from all
</FilesMatch>
 
Order deny,allow
Allow from all