Browse Source

Escape htaccess special chars

tags/gcc5
falkTX 9 years ago
parent
commit
6362e72f8e
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 ^(.*)+(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1.$2 [R=301,L,QSA]
RewriteRule ^(.*)\+(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1\.$2 [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 ^(.*)+(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1.$2 [R=301,L,QSA]
RewriteRule ^(.*)\+(.*)$ https://github.com/KXStudio/Repository/releases/download/initial/$1\.$2 [R=301,L,QSA]

Loading…
Cancel
Save