From c8b404a6446565e9b3324380835c82e6637831d1 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 22 Jul 2015 09:45:09 +0200 Subject: [PATCH] Fix github redirect links with "+" --- pool/free/.htaccess | 2 +- pool/non-free/.htaccess | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pool/free/.htaccess b/pool/free/.htaccess index b96e88f..94796a0 100644 --- a/pool/free/.htaccess +++ b/pool/free/.htaccess @@ -3,4 +3,4 @@ Options -Indexes RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1 [R=301,L,QSA] +RewriteRule ^(.*)+(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1.$2 [R=301,L,QSA] diff --git a/pool/non-free/.htaccess b/pool/non-free/.htaccess index b96e88f..94796a0 100644 --- a/pool/non-free/.htaccess +++ b/pool/non-free/.htaccess @@ -3,4 +3,4 @@ Options -Indexes RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1 [R=301,L,QSA] +RewriteRule ^(.*)+(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1.$2 [R=301,L,QSA]