|
@@ -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 ^(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1 [R=301,L,QSA] |
|
|
|
|
|
|
|
|
RewriteRule ^(.*)+(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1.$2 [R=301,L,QSA] |