Forum Moderators: phranque
with the following simple configuration:
SetOutputFilter DEFLATE
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^deflate\.html$ /deflate.php [QSA,L]
and with switch on debugging for mod_deflate,
I am recieving the following log:
"GET /deflate.php HTTP/1.1" 200 12/47 (25%)
"GET /deflate.html HTTP/1.1" 200 -/- (-%)
So unfortunatelly, the requests which are processed through mod_rewrite are not handled correctly any more by mod_deflate.
I played with order of directives and modues loading, but no success and no idea how to fix it.
Any help would be appreciated :-)
Hopefully, someone who knows more about mod_deflate will step in here with a better answer...
Jim