alecpl
2008-05-02 c5cc386da4d2a8a3fb11254127fb36c11bdc326a
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
04e87e 10   php_value    memory_limit    64M
T 11   php_value    session.auto_start    0
12   php_value    zlib.output_compression    0
13   php_value    magic_quotes_gpc    0
ef9641 14 </IfModule>
T 15
16 <IfModule mod_php5.c>
17   php_flag    display_errors    Off
18   php_flag    log_errors    On
19   php_value    error_log    logs/errors
20   php_value    upload_max_filesize    5M
5eee00 21   php_value    post_max_size    6M
04e87e 22   php_value    memory_limit    64M
T 23   php_value    session.auto_start    0
24   php_value    zlib.output_compression    0
25   php_value    magic_quotes_gpc    0
ef9641 26 </IfModule>
4e17e6 27
6d969b 28 <FilesMatch "(\.inc|\~)$">
4e17e6 29   Order allow,deny
T 30   Deny from all
31 </FilesMatch>
32
33 Order deny,allow
34 Allow from all