|
フィルタ、リスト公開/20
Top / フィルタ、リスト公開 / 20
最終更新: 2006-12-08 (金) 00:00:00 (1082d)
|
403、404、503 の時に動きます、入門スレに貼られていた拾いもの ですが便利なので転載しておきます。
[Patterns]
Name = "Error Page to Cache Page (2006-12-08)"
Active = TRUE
URL = "$RESP((403|404|503)*)"
Limit = 64
Match = "$RESP(\0)$STOP()"
Replace = "<h1> \0</h1> \n"
"<a href="http://web.archive.org/web/*/\u">Internet Archive</a> \n"
"<a href="http://www.google.co.jp/search?q=cache:\u">Google cache (co.jp)</a> \n"
"<a href="http://www.google.com/search?q=cache:\u">Google cache (com)</a> \n"
"<a href="http://megalodon.jp/?url=\u">ウェブ魚拓</a>"
"\n<hr>\n"
|