Skip to content
Snippets Groups Projects
Commit 50cd2d5c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Header gesetzt um Caching zu verhindern

parent eaf94040
Branches
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
<IfModule mod_rewrite.c>
FileETag None
<ifModule mod_headers.c>
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Mon, 1 Jan 2010 01:00:00 GMT"
</ifModule>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment