Browse Source

Add htaccess for free-v5 packages

master
falkTX 9 years ago
parent
commit
336b47ad64
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      pool/free-v5/.htaccess

+ 12
- 0
pool/free-v5/.htaccess View File

@@ -0,0 +1,12 @@
Options -Indexes

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !\+
RewriteRule ^(.*)$ https://github.com/KXStudio/Repository/releases/download/gcc5/$1 [R=301,L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\+(.*)$ https://github.com/KXStudio/Repository/releases/download/gcc5/$1\.$2 [R=301,L,QSA]

Loading…
Cancel
Save