From 9c423b9db641a00fde02066c2305bd4fbda1697e Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 21 Dec 2011 01:05:55 +0100 Subject: [PATCH] add arch=both to download bounce --- download/bounce/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/download/bounce/.htaccess b/download/bounce/.htaccess index 04b46c5..020067f 100644 --- a/download/bounce/.htaccess +++ b/download/bounce/.htaccess @@ -6,6 +6,9 @@ RewriteRule ^.*$ grml64 RewriteCond %{QUERY_STRING} arch=i386 RewriteRule ^.*$ grml +RewriteCond %{QUERY_STRING} arch=both +RewriteRule ^.*$ grml96 + RewriteCond %{QUERY_STRING} flavour=(medium|small) RewriteRule ^(.*)$ $0-%1 -- 2.1.4