Mercurial > hg > Blog
annotate content/.htaccess @ 113:30fb82b33128 default tip
Anpassung der Pfade im Makefile
| author | Dirk Olmes <dirk.olmes@codedo.de> | 
|---|---|
| date | Thu, 18 Sep 2025 11:48:57 +0200 | 
| parents | 5691417eabd5 | 
| children | 
| rev | line source | 
|---|---|
| 50 
20df0a3bcdf1
update the .htaccess file: we do not generate captchas any more but we want to tune the expiring of pages and delivery of compressed content
 Dirk Olmes <dirk@xanthippe.ping.de> parents: 
13diff
changeset | 1 ExpiresActive On | 
| 
20df0a3bcdf1
update the .htaccess file: we do not generate captchas any more but we want to tune the expiring of pages and delivery of compressed content
 Dirk Olmes <dirk@xanthippe.ping.de> parents: 
13diff
changeset | 2 ExpiresDefault "now plus 1 day" | 
| 
20df0a3bcdf1
update the .htaccess file: we do not generate captchas any more but we want to tune the expiring of pages and delivery of compressed content
 Dirk Olmes <dirk@xanthippe.ping.de> parents: 
13diff
changeset | 3 | 
| 86 
5691417eabd5
expire any .atom.xml files after 3 hours
 Dirk Olmes <dirk@xanthippe.ping.de> parents: 
69diff
changeset | 4 <Files "*.atom.xml"> | 
| 
5691417eabd5
expire any .atom.xml files after 3 hours
 Dirk Olmes <dirk@xanthippe.ping.de> parents: 
69diff
changeset | 5 ExpiresDefault "now plus 3 hours" | 
| 
5691417eabd5
expire any .atom.xml files after 3 hours
 Dirk Olmes <dirk@xanthippe.ping.de> parents: 
69diff
changeset | 6 </Files> | 
| 
5691417eabd5
expire any .atom.xml files after 3 hours
 Dirk Olmes <dirk@xanthippe.ping.de> parents: 
69diff
changeset | 7 | 
| 50 
20df0a3bcdf1
update the .htaccess file: we do not generate captchas any more but we want to tune the expiring of pages and delivery of compressed content
 Dirk Olmes <dirk@xanthippe.ping.de> parents: 
13diff
changeset | 8 AddOutputFilterByType DEFLATE text/html text/css | 
| 60 
f31796d4c36a
add the pingback header in responses
 Dirk Olmes <dirk@xanthippe.ping.de> parents: 
50diff
changeset | 9 | 
| 69 
ff642c382b2b
enable the pingback header now that the pingback server is active
 Dirk Olmes <dirk@xanthippe.ping.de> parents: 
61diff
changeset | 10 Header set X-Pingback http://xanthippe.duckdns.org/pingback | 
