瀏覽代碼

Disabled no-cache for JS/CSS

master
Said Achmiz 5 年之前
父節點
當前提交
f891cd84ae
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      .htaccess

+ 3
- 3
.htaccess 查看文件

@@ -1,9 +1,9 @@
AddCharset utf-8 .shtml .html .css .php .txt .js

# Disable caching of CSS and JS (for testing only).
<filesMatch ".(css|js)$">
Header set Cache-Control "max-age=0, public"
</filesMatch>
# <filesMatch ".(css|js)$">
# Header set Cache-Control "max-age=0, public"
# </filesMatch>

Options +Includes
AddType text/html .shtml

Loading…
取消
儲存