From: Christian Hofstaedtler Date: Wed, 21 Dec 2011 00:04:59 +0000 (+0100) Subject: fix download bounce: grml64, devel prefix X-Git-Url: https://git.grml.org/?p=grml.org.git;a=commitdiff_plain;h=0dccef99eeba07c8155a929f51cc591c6c0f8d67 fix download bounce: grml64, devel prefix --- diff --git a/download/bounce/.htaccess b/download/bounce/.htaccess index 4531ccb..04b46c5 100644 --- a/download/bounce/.htaccess +++ b/download/bounce/.htaccess @@ -1,7 +1,7 @@ RewriteEngine on RewriteCond %{QUERY_STRING} arch=amd64 -RewriteRule ^.*$ grml65 +RewriteRule ^.*$ grml64 RewriteCond %{QUERY_STRING} arch=i386 RewriteRule ^.*$ grml @@ -12,6 +12,9 @@ RewriteRule ^(.*)$ $0-%1 RewriteCond %{QUERY_STRING} version=([0-9\-\.a-z]+) RewriteRule ^(.*)$ $0_%1 +RewriteCond %{QUERY_STRING} version=([0-9\-\.a-z]+)rc +RewriteRule ^(.*)$ devel/$0 + RewriteRule ^(.*)$ $0.iso RewriteCond %{QUERY_STRING} filetype=bt