Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Помогите с правиами RewriteEngine ...
Вечер добрый.
Есть такая конструкция в htaccess как ее можно реализовать в nginx?
<IfModule mod_charset.c>
CharsetRecodeMultipartForms off
</IfModule>
RewriteEngine On
RewriteRule ^bill_(.*).htm$ view_bill.php?id=$1
RewriteRule ^marka_(.*).htm$ list_model.php?id_marka=$1
RewriteRule ^model_(.*).htm$ list_bill.php?id_model=$1
Причем так что бы это работало и для php-fpm ?
С уважением Max.
maxhl@xxxxxxxxxxxxxx 71006063
|