diff --git a/pool/free/.htaccess b/pool/free/.htaccess index 818227e..b96e88f 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 ^(.*)$ http://github.com/KXStudio/Repository/releases/download/initial/$1 [R=301,L,QSA] +RewriteRule ^(.*)$ https://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 818227e..b96e88f 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 ^(.*)$ http://github.com/KXStudio/Repository/releases/download/initial/$1 [R=301,L,QSA] +RewriteRule ^(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1 [R=301,L,QSA]