accepts a / instead of a space in the url now
git-svn-id: svn://10.0.0.236/trunk@201546 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ea3cd5b764
commit
3e97709926
@ -3,7 +3,7 @@
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^(.+)/(.+)/(.+)\ (.+)/exit.html$ index.php?url=/results/add/&version=$1&application=$2&ua=$3&lang=$4 [QSA,L]
|
||||
RewriteRule ^(.+)/(.+)/(.+)[/\ ](.+)/exit.html$ index.php?url=/results/add/&version=$1&application=$2&ua=$3&lang=$4 [QSA,L]
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user