Created
August 11, 2011 14:55
-
-
Save muhittin/1139875 to your computer and use it in GitHub Desktop.
htaccess ile js ve css'lerin cache'lenmesini engellemek
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<FilesMatch ".(js|css)$"> | |
Header set Cache-Control "max-age=0, public" | |
Header set Expires "Thu, 15 Jan 2000 20:00:00 GMT" | |
</FilesMatch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment