検索

ホームページ  >  に質問  >  本文

nginx 擬似静的

擬似静的パラメータが10個以上ある場合の書き方
rewrite /index/([a-z]+)-(d+)-(.)-(.)-(d+)-(.)-( .)- (d+)-1-1-(d+)-(d+)-(d+).html$ /index.php?type=$1&cid=$2&q=$3&commission=$4&volume=$5&price_start=$6&price_end =$7&sort= $8&tmall=1&only=1&jr_update=$9&jr_insert=$10&page=$11 last;
次の $10 は $1 0 に解析されます
${10} を試しましたが、うまくいきませんでした

自分で質問して答えてください。後で投稿します。

最後は呪ってた!
偽薬を販売する百度、早く閉鎖してください!あなたは何の役に立つのですか!検索すると偽物の薬だけが推奨されます。 ! !
http://kzone.iteye.com/blog/1932104

/index/([a-z]+)-(d+)-(.)-(.)-(d+)-(.)-(.)-(d+)-1-1-(d+ )-(?d+)-(?d+).html$ /index.php?type=$1&cid=$2&q=$3&commission=$4&volume=$5&price_start=$6&price_end=$7&sort= $8&tmall=1&only=1&jr_update=$9&jr_insert=$n0&page=$n1 last;
/index/([a-z]+)-(d+)-(.)-(.)-(d+)-(.)を書き換えます)-(.)-(d+)-0-0-(d+)-(?d+)-(?d+).html$ /index.php?type=$1&cid=$2 &q=$3&commission=$4&volume=$5&price_start=$6&price_end=$7&sort=$8&tmall=0&only=0&jr_update=$9&jr_insert=$n0&page=$n1 last;
/index/([a-z]+)-(d+)- を書き換えます(.)-(.)-(d+)-(.)-(.)-(d+)-1-0-(d+)-(?d+)-(? ;d+).html$ /index.php?type=$1&cid=$2&q=$3&commission=$4&volume=$5&price_start=$6&price_end=$7&sort=$8&tmall=1&only=0&jr_update=$9&jr_insert=$n0&page=$n1 最後;
/index/([a-z]+)-(d+)-(.)-(.)-(d+)-(.)-(.)-(d+)-0-1-( を書き換えますd+)-(?d+)-(?d+).html$ /index.php?type=$1&cid=$2&q=$3&commission=$4&volume=$5&price_start=$6&price_end=$7&sort =$8&tmall=0&only=1&jr_update=$9&jr_insert=$n0&page=$n1 last;

/index/([a-z]+)-(d+)-(.)-(.)-(d+)-(.)-(.)-(d+)-(d+)-1- を書き換えます(?d+)-(?d+).html$ /index.php?type=$1&cid=$2&q=$3&commission=$4&volume=$5&price_start=$6&price_end=$7&sort=$8&tmall =$9&only=1&jr_update=$n0&page=$n1 last;
/index/([a-z]+)-(d+)-(.)-(.)-(d+)-(.)-(. )-(d+)-(d+)-0-(?d+)-(?d+).html$ /index.php?type=$1&cid=$2&q=$3&commission=$4 &volume=$5&price_start=$6&price_end=$7&sort=$8&tmall=$9&only=0&jr_update=$n0&page=$n1 last;

过去多啦不再A梦过去多啦不再A梦2753日前738

全員に返信(2)返信します

  • PHPz

    PHPz2017-05-16 17:19:31

    投稿、答えは私の質問にあります

    返事
    0
  • 过去多啦不再A梦

    过去多啦不再A梦2017-05-16 17:19:31

    個人的には、これはちょっと見苦しい気がします。内部ルートまたはジャンプ ルールを記述することを検討できます。例:
    擬似静的に記述:

    リーリー

    PHP ページにルールを追加します:

    リーリー

    返事
    0
  • キャンセル返事