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 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .htaccess (limited to '.htaccess') 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 + -- cgit v1.2.3