From 1884527aba00fea1d70d6e7e57076d3c735eb2b8 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 21 Jul 2015 15:40:56 +0200 Subject: [PATCH] Use http --- 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..818227e 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 ^(.*)$ http://github.com/KXStudio/Repository/releases/download/initial/$1 [R=301,L,QSA] diff --git a/pool/non-free/.htaccess b/pool/non-free/.htaccess index b96e88f..818227e 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 ^(.*)$ http://github.com/KXStudio/Repository/releases/download/initial/$1 [R=301,L,QSA]