. htaccess configuring Gzip Compression Example

Source: Internet
Author: User

Gzip helps reduce server traffic pressure, compression ratio can reach 70%.

# BEGIN GZIP
<ifmodule mod_deflate.c>
Addoutputfilterbytype DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/ Javascript
</ifmodule>

# End GZIP

<ifmodule mod_filter.c>
Addoutputfilterbytype DEFLATE "Application/atom+xml" \
"Application/javascript" \
"Application/json" \
"Application/ld+json" \
"Application/manifest+json" \
"Application/rdf+xml" \
"Application/rss+xml" \
"Application/schema+json" \
"Application/vnd.geo+json" \
"Application/vnd.ms-fontobject" \
"Application/x-font-ttf" \
"Application/x-javascript" \
"Application/x-web-app-manifest+json" \
"Application/xhtml+xml" \
"Application/xml" \
"Font/eot" \
"Font/opentype" \
"Image/bmp" \
"Image/svg+xml" \
"Image/vnd.microsoft.icon" \
"Image/x-icon" \
"Text/cache-manifest" \
"Text/css" \
"Text/html" \
"Text/javascript" \
"Text/plain" \
"Text/vcard" \
"Text/vnd.rim.location.xloc" \
"TEXT/VTT" \
"Text/x-component" \
"Text/x-cross-domain-policy" \
"Text/xml"

</IfModule>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.