in http.conf
Find
<code>LoadModule deflate_module modules/mod_deflate<span>.so</span> LoadModule headers_module modules/mod_headers<span>.so</span></code>
in the file and remove the # in front of it
Add
<code><span><<span>IfModule</span><span>deflate_module</span>></span> SetOutputFilter DEFLATE <span></<span>IfModule</span>></span></code>
http://jingyan.baidu.com/article/db55b609a7bc234ba20a2f7e.html
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });The above introduces the apache gzip compression settings, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.