Skip to content

Instantly share code, notes, and snippets.

@sergejmueller
Created April 16, 2013 19:43
Embed
What would you like to do?
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