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
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
<IfModule mod_rewrite.c> <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> <IfModule mod_negotiation.c>
Options -MultiViews Options -MultiViews
</IfModule> </IfModule>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment