远程协助
当前位置:重庆拓磊计算机运营维护中心 > 文档中心 > 服务器 >
标题:推荐!各类建站程序伪静态规则代码_Web服务器教程重庆网络维护    日期:2019-12-28

众所周知,伪静态规则更有利于搜索引擎的收录,重庆IT外包,对排名也有一定的好处。
但是很多站长朋友都不知道如果来写规则?
模板无忧特别为大家整理收集了一些常用网站程序的伪静态规则。

WordPress伪静态化rewrite规则

  1. location / {  
  2.         index index.html index.php;  
  3.         if (-f $request_filename/index.html){  
  4.             rewrite (.*) $1/index.html break;  
  5.         }  
  6.         if (-f $request_filename/index.php){  
  7.             rewrite (.*) $1/index.php;  
  8.         }  
  9.         if (!-f $request_filename){  
  10.             rewrite (.*) /index.php;  
  11.         }  
  12.     }  


PHPCMS伪静态化rewrite规则

  1. location / { 
  2. rewrite ^(.*)show-([0-9]+)-([0-9]+).html$ $1/show.php?itemid=$2&page=$3; 
  3. rewrite ^(.*)list-([0-9]+)-([0-9]+).html$ $1/list.php?catid=$2&page=$3; 
  4. rewrite ^(.*)show-([0-9]+).html$ $1/show.php?specialid=$2; 


PHPWind伪静态化rewrite规则 
 

  1. location / { 
  2. rewrite ^(.*)-htm-(.*)$ $1.php?$2 last; 
  3. rewrite ^(.*)/simple/([a-z0-9_]+.html)$ $1/simple/index.php?$2 last; 

 

ECSHOP伪静态化rewrite规则

  1. if (!-e $request_filename){ 
  2. rewrite "^/index.html" /index.php last; 
  3. rewrite "^/category$" /index.php last; 
  4. rewrite "^/feed-c([0-9]+).xml$” /feed.php?cat=$1 last; 
  5. rewrite “^/feed-b([0-9]+).xml$” /feed.php?brand=$1 last; 
  6. rewrite “^/feed.xml$” /feed.php last; 
  7. rewrite “^/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 last; 
  8. rewrite “^/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; 
  9. rewrite “^/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; 
  10. rewrite “^/category-([0-9]+)-b([0-9]+)-([0-9]+)(.*).html$” /category.php?id=$1&brand=$2&page=$3 last; 
  11. rewrite “^/category-([0-9]+)-b([0-9]+)(.*).html$” /category.php?id=$1&brand=$2 last; 
  12. rewrite “^/category-([0-9]+)(.*).html$” /category.php?id=$1 last; 
  13. rewrite “^/goods-([0-9]+)(.*).html” /goods.php?id=$1 last; 
  14. rewrite “^/article_cat-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$”  /article_cat.php?id=$1&page=$2&sort=$3&order=$4 last; 
  15. rewrite “^/article_cat-([0-9]+)-([0-9]+)(.*).html$” /article_cat.php?id=$1&page=$2 last; 
  16. rewrite “^/article_cat-([0-9]+)(.*).html$” /article_cat.php?id=$1 last; 
  17. rewrite “^/article-([0-9]+)(.*).html$” /article.php?id=$1 last; 
  18. rewrite “^/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; 
  19. rewrite “^/brand-([0-9]+)-c([0-9]+)-([0-9]+)(.*).html” /brand.php?id=$1&cat=$2&page=$3 last; 
  20. rewrite “^/brand-([0-9]+)-c([0-9]+)(.*).html” /brand.php?id=$1&cat=$2 last; 
  21. rewrite “^/brand-([0-9]+)(.*).html” /brand.php?id=$1 last; 
  22. rewrite “^/tag-(.*).html” /search.php?keywords=$1 last; 
  23. rewrite “^/snatch-([0-9]+).html$” /snatch.php?id=$1 last; 
  24. rewrite “^/group_buy-([0-9]+).html$” /group_buy.php?act=view&id=$1 last; 
  25. rewrite “^/auction-([0-9]+).html$” /auction.php?act=view&id=$1 last; 
  26. rewrite “^/exchange-id([0-9]+)(.*).html$” /exchange.php?id=$1&act=view last; 
  27. rewrite “^/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; 
  28. rewrite ^/exchange-([0-9]+)-([0-9]+)-(.+)-([a-zA-Z]+)(.*).html$” /exchange.php?cat_id=$1&page=$2&sort=$3&order=$4 last; 
  29. rewrite “^/exchange-([0-9]+)-([0-9]+)(.*).html$” /exchange.php?cat_id=$1&page=$2 last; 
  30. rewrite “^/exchange-([0-9]+)(.*).html$” /exchange.php?cat_id=$1 last; 


下一篇:图解支持多语言环境的IIS服务器配置_Web服务器教程虚拟化存储

联系我们
  • 客服热线:023-63522929(7 x 24h)
  • 在线客服:
  • 微信公众号 官方微博