https://issues.apache.org/bugzilla/show_bug.cgi?id=44623
--- Comment #3 from Vladimir <[EMAIL PROTECTED]> 2008-03-18 07:45:55 PST ---
(In reply to comment #2)
Or (if not trust to php) using your gzip-supported client:
RewriteCond %{HTTP:Accept-Encoding} gzip
RewriteCond ^(.*)$ http://apache.org/ [L]
RewriteCond %{HTTP:Accept-Encoding} !gzip
RewriteRule ^(.*)$ https://issues.apache.org/ [L]
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]