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
Родитель 512f36f676
Коммит 658954e4be
1 изменённых файлов: 0 добавлений и 11 удалений

Просмотреть файл

@ -1,11 +0,0 @@
<IfModule mod_rewrite.c>
RewriteEngine On
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]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
</IfModule>