-
Lorsque nous passons du serveur Apache au serveur Nginx, leurs règles pseudo-statiques sont différentes, donc si vous connaissez les règles pseudo-statiques du serveur Nginx, c'est bien sûr une bonne idée de les écrire vous-même. Cependant, de nombreux internautes ne savent toujours pas grand-chose des règles pseudo-statiques du serveur Nginx. Si vous installez certains programmes couramment utilisés, tels que WordPress, phpCMS, ECSHOP, SHOPEX et Discuz 7, alors les règles pseudo-statiques sont. déjà disponible. Pour la commodité des webmasters, nous avons rassemblé des règles pseudo-statiques pour ces programmes couramment utilisés.
Règles pseudo-statiques WordPress
emplacement/{
index index.html index.php;
si (-f $request_filename/index.html){
réécrire (.*) $1/index.html pause ;
}
si (-f $request_filename/index.php){
réécrire (.*) $1/index.php ;
}
si (!-f $request_filename){
réécrire (.*) /index.php;
}
}
Règles pseudo-statiques PHPCMS
emplacement/{
###Voici les règles de réécriture pseudo-statique PHPCMS
réécrire ^(.*)show-([0-9]+)-[0-9]+).html$ $1/show.php?itemid=$2&page=$3;
réécrire ^(.*)list-([0-9]+)-[0-9]+).html$ $1/list.php?catid=$2&page=$3;
réécrire ^(.*)show-([0-9]+).html$ $1/show.php?specialid=$2;
####Voici les règles de réécriture pseudo-statique de PHPWind
réécrire ^(.*)-htm-(.*)$ $1.php?$2 en dernier ;
réécrire ^(.*)/simple/([a-z0-9_]+.html)$ $1/simple/index.php?$2 last;
}
Règles pseudo-statiques ECSHOP
si (!-e $request_filename)
{
réécrivez "^/index.html" /index.php en dernier ;
réécrivez "^/category$" /index.php en dernier ;
réécrivez "^/feed-c([0-9]+).xml$" /feed.php?cat=$1 en dernier ;
réécrivez « ^/feed-b([0-9]+).xml$ » /feed.php?brand=$1 en dernier ;
réécrivez « ^/feed.xml$ » /feed.php en dernier ;
réécrire « ^/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$ dernier ;
réécrire « ^/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 last;
réécrire « ^/category-([0-9]+)-b([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)( .*).html$” /category.php?id=$1&brand=$2&page=$3&sort=$4&order=$5 last;
réécrivez « ^/category-([0-9]+)-b([0-9]+)-[0-9]+)(.*).html$ » /category.php?id=$1 &brand=2$&page=3$ en dernier ;
réécrivez « ^/category-([0-9]+)-b([0-9]+)(.*).html$ » /category.php?id=$1&brand=$2 en dernier ;
réécrivez « ^/category-([0-9]+)(.*).html$ » /category.php?id=$1 en dernier ;
réécrivez « ^/goods-([0-9]+)(.*).html » /goods.php?id=$1 en dernier ;
réécrivez "^/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$" /article_cat .php?id=$1&page=$2&sort=$3&order=$4 dernier ;
réécrivez « ^/article_cat-([0-9]+)-([0-9]+)(.*).html$ » /article_cat.php?id=$1&page=$2 en dernier ;
réécrivez « ^/article_cat-([0-9]+)(.*).html$ » /article_cat.php?id=$1 en dernier ;
réécrivez « ^/article-([0-9]+)(.*).html$ » /article.php?id=$1 en dernier ;
réécrire « ^/brand-([0-9]+)-c([0-9]+)-[0-9]+)-(.+)-([a-zA-Z]+) .html » /brand.php?id=$1&cat=$2&page=$3&sort=$4&order=$5 last;
réécrivez « ^/brand-([0-9]+)-c([0-9]+)-[0-9]+)(.*).html » /brand.php?id=$1&cat =2$&page=3$ en dernier ;
réécrivez « ^/brand-([0-9]+)-c([0-9]+)(.*).html » /brand.php?id=$1&cat=$2 en dernier ;
réécrivez « ^/brand-([0-9]+)(.*).html » /brand.php?id=$1 en dernier ;
réécrivez « ^/tag-(.*).html » /search.php?keywords=$1 en dernier ;
réécrivez « ^/snatch-([0-9]+).html$ » /snatch.php?id=$1 en dernier ;
réécrivez « ^/group_buy-([0-9]+).html$ » /group_buy.php?act=view&id=$1 en dernier ;
réécrivez « ^/auction-([0-9]+).html$ » /auction.php?act=view&id=$1 en dernier ;
réécrivez « ^/exchange-id([0-9]+)(.*).html$ » /exchange.php?id=$1&act=view last ;
réécrivez « ^/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;
réécrivez ^/exchange-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$” /exchange. php?cat_id=$1&page=$2&sort=$3&order=$4 dernier ;
réécrivez « ^/exchange-([0-9]+)-([0-9]+)(.*).html$ » /exchange.php?cat_id=$1&page=$2 en dernier ;
réécrivez « ^/exchange-([0-9]+)(.*).html$ » /exchange.php?cat_id=$1 en dernier ;
}
Règles pseudo-statiques SHOPEX
emplacement/{
si (!-e $request_filename) {
réécrire ^/(.+.(html|xml|json|htm|php|jsp|asp|shtml))$ /index.php?$1 last;
}
}
Discuz 7 règles pseudo-statiques
réécrire ^/archiver/((fid|tid)-[w-]+.html)$ /archiver/index.php?$1 last;
réécrivez ^/forum-([0-9]+)-[0-9]+).html$ /forumdisplay.php?fid=$1&page=$2 en dernier ;
réécrire ^/thread-([0-9]+)-([0-9]+)-[0-9]+).html$ /viewthread.php?tid=$1&extra=page%3D$3 &page=2 $ en dernier ;
réécrire ^/space-(username|uid)-(.+).html$ /space.php?$1=$2 last;
réécrivez ^/tag-(.+).html$ /tag.php?name=$1 last ;
Auteur : Zhu Maohai
Source de l'article : le blog de Zhu Maohai