Skip to content
Snippets Groups Projects
Commit 00b89402 authored by PhoenixPM - BK's avatar PhoenixPM - BK
Browse files

prevent html and plain text files from beeing cached in browsers and proxies by default

parent 2b16af7e
Branches
No related merge requests found
...@@ -167,6 +167,8 @@ ...@@ -167,6 +167,8 @@
## http://developer.yahoo.com/performance/rules.html#expires ## http://developer.yahoo.com/performance/rules.html#expires
ExpiresDefault "access plus 1 year" ExpiresDefault "access plus 1 year"
ExpiresByType text/html A0
ExpiresByType text/plain A0
</IfModule> </IfModule>
......
...@@ -153,6 +153,8 @@ ...@@ -153,6 +153,8 @@
## http://developer.yahoo.com/performance/rules.html#expires ## http://developer.yahoo.com/performance/rules.html#expires
ExpiresDefault "access plus 1 year" ExpiresDefault "access plus 1 year"
ExpiresByType text/html A0
ExpiresByType text/plain A0
</IfModule> </IfModule>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment