OSDN Git Service

Added a comment about PKWK_ZLIB_LOADABLE_MODULE
[pukiwiki/pukiwiki.git] / .htaccess
1 ## Access control needs 'AllowOverride Limit' at httpd.conf.
2 <FilesMatch "\.(ini\.php|lng\.php|txt|gz|tgz|zip)$">
3         Order allow,deny
4         Deny from all
5 </FilesMatch>
6
7 ## Using zlib.output_compression per directory (via .htaccess),
8 ## needs 'AllowOverride Options' at httpd.conf.
9 ## See BugTrack/738 for detail
10 ##
11 ## NOTE:
12 ##   Define PKWK_ZLIB_LOADABLE_MODULE somewhere if you are using
13 ##   PHP extension as loadable module (especially FreeBSD ports)
14 ##
15 ##   Bug #29350 output_compression not working with zlib as loadable module
16 ##   http://bugs.php.net/bug.php?id=29350
17 ##
18 #php_flag zlib.output_compression On