apache_conf 从静态资源中删除查询字符串以提高页面速度

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 从静态资源中删除查询字符串以提高页面速度相关的知识,希望对你有一定的参考价值。

# Allow Versions in file names to avoid using query strings
RewriteCond %{REQUEST_URI} (.*)\.\d+\.(css|js)$
RewriteRule ^(.*)$ %1.%2 [L]

# This allows for:
# /css/styles.min.1234567890.css
# /js/scripts.1234567890.js

以上是关于apache_conf 从静态资源中删除查询字符串以提高页面速度的主要内容,如果未能解决你的问题,请参考以下文章

php 从静态资源中删除查询字符串

php 从静态资源中删除查询字符串

php 从静态资源中删除查询字符串

apache_conf 从URL中删除SID查询字符串

php 删除查询字符串静态资源

php 删除静态资源的查询字符串