tags:

views:

22

answers:

1

hi

i am using GZIP for the compression and its working fine but the problem came when the URL's are dynamic (e.g Default/template_css.php?w=310&h=237&sw=200&ct=fpss-container2). I am using Php .

Thanks

+1  A: 

Only use gzip when there's this line in the http-header:

Content-Encoding: gzip
edwin
but how ? should i place this in .htaccess ?
vipinsahu
This isn't a valid answer. @vipinsahu: you need to elaborate more about the problem.
BalusC
@BalusC: I know it's not a real answer to his question, but it's probably a solution to his problem :-)
edwin
@vipinsahu: With http_get_request_headers() you can get the http-header.
edwin