From 6362e72f8ecaec4b4ef3739be4cd407bd7bd6146 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 22 Jul 2015 09:57:37 +0200 Subject: [PATCH] Escape htaccess special chars --- 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 94796a0..673a7ce 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.$2 [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 94796a0..673a7ce 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.$2 [R=301,L,QSA] +RewriteRule ^(.*)\+(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1\.$2 [R=301,L,QSA]