зеркало из https://github.com/mozilla/pjs.git
modified to allow adding results
This commit is contained in:
Родитель
d60099e784
Коммит
e1547f2d64
|
@ -1,6 +1,11 @@
|
|||
<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>
|
||||
</IfModule>
|
||||
|
|
Загрузка…
Ссылка в новой задаче