comparison content/.htaccess @ 86:5691417eabd5

expire any .atom.xml files after 3 hours
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 12 Jul 2017 11:57:53 +0200
parents ff642c382b2b
children
comparison
equal deleted inserted replaced
85:2444e4533089 86:5691417eabd5
1 ExpiresActive On 1 ExpiresActive On
2 ExpiresDefault "now plus 1 day" 2 ExpiresDefault "now plus 1 day"
3
4 <Files "*.atom.xml">
5 ExpiresDefault "now plus 3 hours"
6 </Files>
3 7
4 AddOutputFilterByType DEFLATE text/html text/css 8 AddOutputFilterByType DEFLATE text/html text/css
5 9
6 Header set X-Pingback http://xanthippe.duckdns.org/pingback 10 Header set X-Pingback http://xanthippe.duckdns.org/pingback