OSDN Git Service

Using zlib.output_compression per directory (via .htaccess),
authorhenoheno <henoheno>
Sun, 31 Oct 2004 10:00:51 +0000 (19:00 +0900)
committerhenoheno <henoheno>
Sun, 31 Oct 2004 10:00:51 +0000 (19:00 +0900)
needs 'AllowOverride Options' at httpd.conf.

.htaccess

index 3da781d..354e6d6 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,9 @@
+## Access control needs 'AllowOverride Limit' at httpd.conf.
 <FilesMatch "\.(?i:ini\.php|lng\.php|txt|gz|tgz|zip)$">
        Order allow,deny
        Deny from all
 </FilesMatch>
+
+## Using zlib.output_compression per directory (via .htaccess),
+## needs 'AllowOverride Options' at httpd.conf.
+#php_flag zlib.output_compression On