-
Apache サーバーから Nginx サーバーに切り替えると、疑似静的ルールが異なるため、Nginx サーバーの疑似静的ルールに精通している場合は、もちろん自分で疑似静的ルールを作成することをお勧めします。ただし、多くのネチズンは、Nginx サーバーの疑似静的ルールについてまだよく知りません。WordPress、phpCMS、ECSHOP、SHOPEX、Discuz 7 などの一般的に使用されるプログラムをインストールする場合、疑似静的ルールは次のとおりです。すでに利用可能です。ウェブマスターの便宜を図るために、これらの一般的に使用されるプログラムの疑似静的ルールを収集しました。
WordPress の疑似静的ルール
位置/{
インデックスインデックス.htmlインデックス.php;
if (-f $リクエストファイル名/index.html){
書き換え (.*) $1/index.html ブレーク;
}
if (-f $リクエストファイル名/index.php){
(.*) $1/index.php を書き換えます。
}
if (!-f $request_filename){
(.*) /index.php を書き換えます;
}
}
PHPCMS 疑似静的ルール
位置/{
###以下は PHPCMS 疑似静的書き換えルールです。
^(.*)show-([0-9]+)-([0-9]+).html$ $1/show.php?itemid=$2&page=$3; を書き換えます。
^(.*)list-([0-9]+)-([0-9]+).html$ $1/list.php?catid=$2&page=$3; を書き換えます。
^(.*)show-([0-9]+).html$ $1/show.php?specialid=$2; を書き換えます。
####以下は PHPWind の擬似静的書き換えルールです。
^(.*)-htm-(.*)$ $1.php?$2 最後に書き換えます。
^(.*)/simple/([a-z0-9_]+.html)$ $1/simple/index.php?$2 最後に書き換えます。
}
ECSHOP 疑似静的ルール
if (!-e $リクエストファイル名)
{
"^/index.html" /index.php を最後に書き換えます。
"^/category$" /index.php を最後に書き換えます。
"^/feed-c([0-9]+).xml$" /feed.php?cat=$1 最後に書き換えます。
最後に “^/feed-b([0-9]+).xml$” /feed.php?brand=$1 を書き換えます。
最後に “^/feed.xml$” /feed.php を書き換えます。
書き換え「^/category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^- ]*)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$” /category.php?id=$1&brand=$2&price_min= $3&price_max=$4&filter_attr=$5&page=$6&sort=$7&order=$8 最後;
書き換え「^/category-([0-9]+)-b([0-9]+)-min([0-9]+)-max([0-9]+)-attr([^- ]*)(.*).html$” /category.php?id=$1&brand=$2&price_min=$3&price_max=$4&filter_attr=$5 最後;
書き換え “^/category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)( .*).html$” /category.php?id=$1&brand=$2&page=$3&sort=$4&order=$5 最後;
書き換え “^/category-([0-9]+)-b([0-9]+)-([0-9]+)(.*).html$” /category.php?id=$1 &brand=$2&page=$3 最後;
最後に “^/category-([0-9]+)-b([0-9]+)(.*).html$” /category.php?id=$1&brand=$2 を書き換えます。
最後に “^/category-([0-9]+)(.*).html$” /category.php?id=$1 を書き換えます。
最後に “^/goods-([0-9]+)(.*).html” /goods.php?id=$1 を書き換えます。
書き換え “^/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$” /article_cat .php?id=$1&page=$2&sort=$3&order=$4 最後;
最後に「^/article_cat-([0-9]+)-([0-9]+)(.*).html$」/article_cat.php?id=$1&page=$2 を書き換えます。
最後に「^/article_cat-([0-9]+)(.*).html$」/article_cat.php?id=$1 を書き換えます。
最後に “^/article-([0-9]+)(.*).html$” /article.php?id=$1 を書き換えます。
書き換え「^/brand-([0-9]+)-c([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)」 .html” /brand.php?id=$1&cat=$2&page=$3&sort=$4&order=$5 最後;
書き換え “^/brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*).html” /brand.php?id=$1&cat =$2&page=$3 最後;
最後に「^/brand-([0-9]+)-c([0-9]+)(.*).html」/brand.php?id=$1&cat=$2 を書き換えます。
最後に「^/brand-([0-9]+)(.*).html」/brand.php?id=$1 を書き換えます。
最後に「^/tag-(.*).html」/search.php?keywords=$1 を書き換えます。
最後に “^/snatch-([0-9]+).html$” /snatch.php?id=$1 を書き換えます。
最後に「^/group_buy-([0-9]+).html$」/group_buy.php?act=view&id=$1 を書き換えます。
最後に “^/auction-([0-9]+).html$” /auction.php?act=view&id=$1 を書き換えます。
"^/exchange-id([0-9]+)(.*).html$" /exchange.php?id=$1&act=view last; を書き換えます。
書き換え「^/exchange-([0-9]+)-min([0-9]+)-max([0-9]+)-([0-9]+)-(.+)-( [a-zA-Z]+)(.*).html$” /exchange.php?cat_id=$1&integral_min=$2&integral_max=$3&page=$4&sort=$5&order=$6 last;
^/exchange-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$” /exchange を書き換えます。 php?cat_id=$1&page=$2&sort=$3&order=$4 最後;
最後に “^/exchange-([0-9]+)-([0-9]+)(.*).html$” /exchange.php?cat_id=$1&page=$2 を書き換えます。
最後に「^/exchange-([0-9]+)(.*).html$」/exchange.php?cat_id=$1 を書き換えます。
}
SHOPEX 疑似静的ルール
位置/{
if (!-e $リクエストファイル名) {
^/(.+.(html|xml|json|htm|php|jsp|asp|shtml))$ /index.php?$1 最後に書き換えます。
}
}
7 つの疑似静的ルールについて説明します
^/archiver/((fid|tid)-[w-]+.html)$ /archiver/index.php?$1 最後に書き換えます。
^/forum-([0-9]+)-([0-9]+).html$ /forumdisplay.php?fid=$1&page=$2 last; を書き換えます。
書き換えます ^/thread-([0-9]+)-([0-9]+)-([0-9]+).html$ /viewthread.php?tid=$1&extra=page%3D$3 &page=$2 最後;
^/space-(username|uid)-(.+).html$ /space.php?$1=$2 最後に書き換えます。
^/tag-(.+).html$ /tag.php?name=$1 最後に書き換えます。
著者: 朱茂海
記事の出典:朱茂海ブログ