Skip to content

Instantly share code, notes, and snippets.

@sergejmueller
Created April 16, 2013 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergejmueller/5398965 to your computer and use it in GitHub Desktop.
Save sergejmueller/5398965 to your computer and use it in GitHub Desktop.
Deaktiviert den Apache Content Cache in .htaccess.
<IfModule mod_cache.c>
CacheDisable /
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment