summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2010-10-05 17:36:02 +0200
committerHugues Hiegel <hugues@hiegel.fr>2010-10-05 17:36:02 +0200
commitf8b7d9bd145d1d8026c9316f432076498e7ac6fa (patch)
tree42871920c1b1457b4b29e70f49513cefa0c372c7
parent888004b32f7fe28e519b637ae2b1c3b7922023c2 (diff)
Htaccess for 404 and 410 errors
-rw-r--r--.htaccess10
-rw-r--r--out-of-order.pngbin0 -> 4174 bytes
2 files changed, 10 insertions, 0 deletions
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
--- /dev/null
+++ b/out-of-order.png
Binary files differ