accepts a / instead of a space in the url now

This commit is contained in:
wclouser%mozilla.com 2006-07-05 00:43:37 +00:00
parent 84e99423d2
commit 1b19716004

View File

@ -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