commit | author | age
|
ea7c46
|
1 |
# AddDefaultCharset UTF-8 |
0d1dd7
|
2 |
AddType text/x-component .htc |
ef9641
|
3 |
|
T |
4 |
<IfModule mod_php4.c> |
|
5 |
php_flag display_errors Off |
|
6 |
php_flag log_errors On |
|
7 |
php_value error_log logs/errors |
|
8 |
php_value upload_max_filesize 5M |
5eee00
|
9 |
php_value post_max_size 6M |
ef9641
|
10 |
</IfModule> |
T |
11 |
|
|
12 |
<IfModule mod_php5.c> |
|
13 |
php_flag display_errors Off |
|
14 |
php_flag log_errors On |
|
15 |
php_value error_log logs/errors |
|
16 |
php_value upload_max_filesize 5M |
5eee00
|
17 |
php_value post_max_size 6M |
ef9641
|
18 |
</IfModule> |
4e17e6
|
19 |
|
6d969b
|
20 |
<FilesMatch "(\.inc|\~)$"> |
4e17e6
|
21 |
Order allow,deny |
T |
22 |
Deny from all |
|
23 |
</FilesMatch> |
|
24 |
|
|
25 |
Order deny,allow |
|
26 |
Allow from all |