Disabled no-cache for JS/CSS
This commit is contained in:
parent
09195334d1
commit
f891cd84ae
@ -1,9 +1,9 @@
|
|||||||
AddCharset utf-8 .shtml .html .css .php .txt .js
|
AddCharset utf-8 .shtml .html .css .php .txt .js
|
||||||
|
|
||||||
# Disable caching of CSS and JS (for testing only).
|
# Disable caching of CSS and JS (for testing only).
|
||||||
<filesMatch ".(css|js)$">
|
# <filesMatch ".(css|js)$">
|
||||||
Header set Cache-Control "max-age=0, public"
|
# Header set Cache-Control "max-age=0, public"
|
||||||
</filesMatch>
|
# </filesMatch>
|
||||||
|
|
||||||
Options +Includes
|
Options +Includes
|
||||||
AddType text/html .shtml
|
AddType text/html .shtml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user