소스 검색

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…
취소
저장