2 articles
Friday, Mar 13, 2020
Apache format web page HTML source method This is to remove the extra spaces in the source code of the webpage. Reduce web page transmission data and ...
Apache 格式化网页HTML源码的方法 即是把网页源代码中多余的空格删除, 减小网页传输数据,加速网页传输 把下面代码添加到网站根目录的 .htaccess文件中 AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEF...