Mercurial > hg > Blog
annotate content/.htaccess @ 61:ea6c70aadac2
disable the pingback header for now
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 30 Jul 2015 07:06:22 +0200 |
parents | f31796d4c36a |
children | ff642c382b2b |
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:
13
diff
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:
13
diff
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:
13
diff
changeset
|
3 |
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:
13
diff
changeset
|
4 AddOutputFilterByType DEFLATE text/html text/css |
60
f31796d4c36a
add the pingback header in responses
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
50
diff
changeset
|
5 |
61
ea6c70aadac2
disable the pingback header for now
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
60
diff
changeset
|
6 #Header set X-Pingback http://xanthippe.duckdns.org/pingback |