From f8b7d9bd145d1d8026c9316f432076498e7ac6fa Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 5 Oct 2010 17:36:02 +0200 Subject: Htaccess for 404 and 410 errors --- .htaccess | 10 ++++++++++ out-of-order.png | Bin 0 -> 4174 bytes 2 files changed, 10 insertions(+) create mode 100644 .htaccess create mode 100644 out-of-order.png diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..497aba5 --- /dev/null +++ b/.htaccess @@ -0,0 +1,10 @@ +Options -Indexes + +# Permanently removed +Redirect Gone /~hugues/Last.fm/Badges +Redirect Gone /~hugues/Last.fm/Badges_v2 + +# And failback out-of-order picture +ErrorDocument 410 /~hugues/Last.fm/out-of-order.png +ErrorDocument 404 /~hugues/Last.fm/out-of-order.png + diff --git a/out-of-order.png b/out-of-order.png new file mode 100644 index 0000000..b061ef0 Binary files /dev/null and b/out-of-order.png differ -- cgit v1.2.3