From 305cde52263a3a05be61433c735d367c35c0ecdb Mon Sep 17 00:00:00 2001 From: dipohl <dipohl@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Thu, 18 Dec 2008 18:11:38 +0000 Subject: [PATCH] Redirect calls of old TXT-Version of BadBlocksHowto to new HTML-Version. git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2689 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- www/.htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 www/.htaccess diff --git a/www/.htaccess b/www/.htaccess new file mode 100644 index 000000000..33d63708e --- /dev/null +++ b/www/.htaccess @@ -0,0 +1 @@ +redirect 301 /BadBlockHowTo.txt http://smartmontools.sourceforge.net/badblockhowto.html -- GitLab