Browse Source

Move redirect to github

tags/gcc5
falkTX 9 years ago
parent
commit
68aed36eeb
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      pool/free/.htaccess
  2. +1
    -1
      pool/non-free/.htaccess

+ 1
- 1
pool/free/.htaccess View File

@@ -3,4 +3,4 @@ Options -Indexes
RewriteEngine On RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ http://downloads.sourceforge.net/project/kxstudio/DEBs/repo/$1 [R=301,L,QSA]
RewriteRule ^(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1 [R=301,L,QSA]

+ 1
- 1
pool/non-free/.htaccess View File

@@ -3,4 +3,4 @@ Options -Indexes
RewriteEngine On RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ http://downloads.sourceforge.net/project/kxstudio/DEBs/repo/$1 [R=301,L,QSA]
RewriteRule ^(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1 [R=301,L,QSA]

Loading…
Cancel
Save