commit | author | age | ||
ea7c46 | 1 | # AddDefaultCharset UTF-8 |
a8b87f | 2 | php_flag display_errors Off |
T | 3 | php_value upload_max_filesize 2M |
4e17e6 | 4 | |
T | 5 | <FilesMatch "(\.inc|\~)$|^_"> |
6 | Order allow,deny | |
7 | Deny from all | |
8 | </FilesMatch> | |
9 | ||
10 | Order deny,allow | |
11 | Allow from all |