I'm using mod_deflate
to enable gzip on a site via the .htaccess
file.
What happens if a browser that doesn't support gzip visits the site ?
I'm using mod_deflate
to enable gzip on a site via the .htaccess
file.
What happens if a browser that doesn't support gzip visits the site ?
Then the server doesn't send gzip. That's the whole point of the "Accept-Encoding:" heading from the browser, which indicates this by not having "gzip" in that header.