Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created April 8, 2015 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/653b19891c2070ace0ef to your computer and use it in GitHub Desktop.
Save Kaiderella/653b19891c2070ace0ef to your computer and use it in GitHub Desktop.
Kích hoạt mod deflate bằng .htaccess
SetOutputFilter DEFLATE
SetEnvIfNoCase Request_URI
.(?:gif|jpe?g|png)$ no-gzip dont-vary
SetEnvIfNoCase Request_URI
.(?:exe|t?gz|zip|gz2|sit|rar)$ no-gzip dont-vary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment