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

Bugfix

parent 50cd2d5c
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
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_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.
Finish editing this message first!
Please register or to comment