download: try to fix the missing download_link_bt
[grml.org.git] / download / bounce / .htaccess
index 4531ccb..c300e72 100644 (file)
@@ -1,17 +1,20 @@
 RewriteEngine on
 
 RewriteCond %{QUERY_STRING} arch=amd64
-RewriteRule ^.*$ grml65
+RewriteRule ^.*$ grml64
 
 RewriteCond %{QUERY_STRING} arch=i386
-RewriteRule ^.*$ grml
+RewriteRule ^.*$ grml32
 
-RewriteCond %{QUERY_STRING} flavour=(medium|small)
-RewriteRule ^(.*)$ $0-%1
+RewriteCond %{QUERY_STRING} arch=both
+RewriteRule ^.*$ grml96
 
 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