找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 48|回复: 7

htaccess转nginx 求转

[复制链接]

331

主题

3115

回帖

7259

积分

论坛元老

积分
7259
发表于 2013-6-27 15:14:32 | 显示全部楼层 |阅读模式
[ol]
  • ErrorDocument 404 /404.html
  • RewriteRule ^(.*)-p([0-9]*)\.html$ /product-view.php?id=$2
  • RewriteRule ^(.*)-n([0-9]*)\.html$ /news-view.php?id=$2
  • RewriteRule ^(.*)-n([0-9]*)-([0-9]*)\.html$ /news-view.php?id=$2&page=$3
  • RewriteRule ^(.*)-i([0-9]*)\.html$ /info-view.php?id=$2
  • RewriteRule ^(.*)-i([0-9]*)-([0-9]*)\.html$ /info-view.php?id=$2&page=$3
  • RewriteRule ^(.*)-nc([0-9]*)\.html$ /news.php?nclassid=$2
  • RewriteRule ^(.*)-nc([0-9]*)-([0-9]*)\.html$ /news.php?nclassid=$2&page=$3
  • RewriteRule ^(.*)-nc([0-9]*)-(.*)-([0-9]*)\.html$ /news.php?nclassid=$2&page=$4&query=$3
  • RewriteRule ^reviews-([0-9]*)-([0-9]*)\.html$ /comment.php?pid=$1&page=$2
  • RewriteRule ^(.*)-c([0-9]*)\.html$ /products.php?classid=$2
  • RewriteRule ^(.*)-c([0-9]*)-([0-9]*)\.html$ /products.php?classid=$2&page=$3
  • RewriteRule ^(.*)-c([0-9]*)-(.*)-([0-9]*)\.html$ /products.php?classid=$2&page=$4&query=$3
  • RewriteRule ^(.*)-s([0-9]*)\.html$ /products.php?disp=$2
  • RewriteRule ^(.*)-s([0-9]*)-([0-9]*)\.html$ /products.php?disp=$2&page=$3
  • RewriteRule ^(.*)-ptag([0-9]*)\.html$ /tag-view.php?id=$2
  • RewriteRule ^(.*)-ptag([0-9]*)-([0-9]*)\.html$ /tag-view.php?id=$2&page=$3
  • RewriteRule ^attr-([0-9]*)-(.*)-([0-9]*)\.html$ /attribute.php?classid=$1&page=$3&tags=$2
  • RewriteRule ^Monthly-Update-(.*)-([0-9]*)-([0-9]*)-([0-9]*)\.html$ /monthly-update.php?year=$3&page=$4&month=$2
  • RewriteRule ^OEM-Products-([0-9]*)\.html$ /oem.php?page=$1
  • RewriteRule ^video-([0-9]*)\.html$ /video.php?page=$1
  • RewriteRule ^thumb_(.*)__(.*)__(.*)$ /image.php?pic=$3&style=$1&folder=$2
  • RewriteRule ^(cnlogin|comment|download|error|feedback|quick-step|get-pwd|image-view|index|news|products|profile|register|search|shopcart|sitemap|step).html(.*)$ /$1.php$3
  • [/I][/ol]复制代码
  • 回复

    使用道具 举报

    331

    主题

    3115

    回帖

    7259

    积分

    论坛元老

    积分
    7259
     楼主| 发表于 2013-6-27 15:16:25 | 显示全部楼层
    主要这2个

    RewriteRule ^video-([0-9]*)\.html$ /video.php?page=$1
    RewriteRule ^thumb_(.*)__(.*)__(.*)$ /image.php?pic=$3&style=$1&folder=$2

    用了网上的工具 转换失败
    回复

    使用道具 举报

    331

    主题

    3115

    回帖

    7259

    积分

    论坛元老

    积分
    7259
     楼主| 发表于 2013-6-27 15:22:02 | 显示全部楼层
    求顶
    回复

    使用道具 举报

    53

    主题

    423

    回帖

    1017

    积分

    金牌会员

    积分
    1017
    发表于 2013-6-27 15:46:23 | 显示全部楼层
    出点银子吧。。

    回复

    使用道具 举报

    83

    主题

    1197

    回帖

    2653

    积分

    金牌会员

    积分
    2653
    发表于 2013-6-27 15:46:57 | 显示全部楼层


    回复

    使用道具 举报

    12

    主题

    230

    回帖

    504

    积分

    高级会员

    积分
    504
    发表于 2013-6-27 18:43:29 | 显示全部楼层
            rewrite ^/(.*)-p([0-9]*).html$ /product-view.php?id=$2;
            rewrite ^/(.*)-n([0-9]*).html$ /news-view.php?id=$2;
            rewrite ^/(.*)-n([0-9]*)-([0-9]*).html$ /news-view.php?id=$2&page=$3;
            rewrite ^/(.*)-i([0-9]*).html$ /info-view.php?id=$2;
            rewrite ^/(.*)-i([0-9]*)-([0-9]*).html$ /info-view.php?id=$2&page=$3;
            rewrite ^/(.*)-nc([0-9]*).html$ /news.php?nclassid=$2;
            rewrite ^/(.*)-nc([0-9]*)-([0-9]*).html$ /news.php?nclassid=$2&page=$3;
            rewrite ^/(.*)-nc([0-9]*)-(.*)-([0-9]*).html$ /news.php?nclassid=$2&page=$4&query=$3;
            rewrite ^/reviews-([0-9]*)-([0-9]*).html$ /comment.php?pid=$1&page=$2;
            rewrite ^/(.*)-c([0-9]*).html$ /products.php?classid=$2;
            rewrite ^/(.*)-c([0-9]*)-([0-9]*).html$ /products.php?classid=$2&page=$3;
            rewrite ^/(.*)-c([0-9]*)-(.*)-([0-9]*).html$ /products.php?classid=$2&page=$4&query=$3;
            rewrite ^/(.*)-s([0-9]*).html$ /products.php?disp=$2;
            rewrite ^/(.*)-s([0-9]*)-([0-9]*).html$ /products.php?disp=$2&page=$3;
            rewrite ^/(.*)-ptag([0-9]*).html$ /tag-view.php?id=$2;
            rewrite ^/(.*)-ptag([0-9]*)-([0-9]*).html$ /tag-view.php?id=$2&page=$3;
            rewrite ^/attr-([0-9]*)-(.*)-([0-9]*).html$ /attribute.php?classid=$1&page=$3&tags=$2;
            rewrite ^/Monthly-Update-(.*)-([0-9]*)-([0-9]*)-([0-9]*).html$ /monthly-update.php?year=$3&page=$4&month=$2;
            rewrite ^/OEM-Products-([0-9]*).html$ /oem.php?page=$1;
            rewrite ^/video-([0-9]*).html$ /video.php?page=$1;
            rewrite ^/thumb_(.*)__(.*)__(.*)$ /image.php?pic=$3&style=$1&folder=$2;
            rewrite ^/(cnlogin|comment|download|error|feedback|quick-step|get-pwd|image-view|index|news|products|profile|register|search|shopcart|sitemap|step).html(.*)$ /$1.php$3;

    回复

    使用道具 举报

    13

    主题

    418

    回帖

    881

    积分

    高级会员

    积分
    881
    发表于 2013-6-27 19:02:48 | 显示全部楼层
    免费小工在楼上
    回复

    使用道具 举报

    17

    主题

    1812

    回帖

    3685

    积分

    论坛元老

    积分
    3685
    发表于 2013-6-27 19:04:04 | 显示全部楼层
    帮顶我唔 识
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Discuz! X

    GMT+8, 2025-1-19 23:22 , Processed in 0.019715 second(s), 3 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表