Skip to content

Instantly share code, notes, and snippets.

@muhittin
Created August 11, 2011 14:55
Show Gist options
  • Save muhittin/1139875 to your computer and use it in GitHub Desktop.
Save muhittin/1139875 to your computer and use it in GitHub Desktop.
htaccess ile js ve css'lerin cache'lenmesini engellemek
<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