summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess10
1 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
+