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

前段时间有人发过的那个APACH伪静态转NGINX的工具

[复制链接]

64

主题

221

回帖

654

积分

高级会员

积分
654
发表于 2013-4-29 20:41:31 | 显示全部楼层 |阅读模式
谁能再发个,找不到了。
或者大神们帮小弟转一下。

        RewriteRule index.html index.php
        RewriteRule list.html list.php
        RewriteRule postList.html postList.php
        RewriteRule location-(\d+)\.html$  location.php?id=$1
        RewriteRule industry-(\d+)\.html$  industry.php?id=$1
        RewriteRule stock-(\d+)\.html$  stock.php?num=$1
        RewriteRule list-(\d+)\.html$  list.php?pageNow=$1
        RewriteRule postList-(\d+)\.html$  postList.php?pageNow=$1
回复

使用道具 举报

33

主题

738

回帖

1597

积分

金牌会员

积分
1597
发表于 2013-4-29 20:45:08 | 显示全部楼层
rewrite /index.html /index.php;
rewrite /list.html /list.php;
rewrite /postList.html /postList.php;
set $rule_3 1;
rewrite /location-(d+).html$ /;
rewrite /industry-(d+).html$ /;
rewrite /stock-(d+).html$ /;
rewrite /list-(d+).html$ /;
set $rule_7 1;
rewrite /postList-(d+).html$ /;
回复

使用道具 举报

632

主题

5326

回帖

1万

积分

论坛元老

积分
12592
发表于 2013-4-29 20:45:21 | 显示全部楼层
2楼霸气
回复

使用道具 举报

64

主题

221

回帖

654

积分

高级会员

积分
654
 楼主| 发表于 2013-4-29 21:17:54 | 显示全部楼层

qqcm 发表于 2013-4-29 20:45



rewrite /index.html /index.php;
rewrite /list.html /list.php;
rewrite /postList.html /postList.php ...

万分感激!好人一生平安
回复

使用道具 举报

33

主题

738

回帖

1597

积分

金牌会员

积分
1597
发表于 2013-4-29 20:45:00 | 显示全部楼层

ybs885 发表于 2013-4-29 20:45



2楼霸气

但一看就知道工具转换的就不能用!
回复

使用道具 举报

64

主题

221

回帖

654

积分

高级会员

积分
654
 楼主| 发表于 2013-4-29 21:19:26 | 显示全部楼层

qqcm 发表于 2013-4-29 21:19



但一看就知道工具转换的就不能用!

发现了  还是得自己重写
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-14 02:15 , Processed in 0.017790 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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