设为首页收藏本站

简体中文 繁體中文 English 日本語 Deutsch 한국 사람 بالعربية TÜRKÇE português คนไทย french

搜索
热搜: 活动 交友 discuz

前段时间有人发过的那个APACH伪静态转NGINX的工具 [复制链接]
查看:43 | 回复:5

62

主题

187

回帖

596

积分

高级会员

积分
596
发表于 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

53

主题

1104

回帖

2401

积分

金牌会员

积分
2401
发表于 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$ /;

544

主题

4345

回帖

1万

积分

论坛元老

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

62

主题

187

回帖

596

积分

高级会员

积分
596
 楼主| 发表于 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 ...

万分感激!好人一生平安

53

主题

1104

回帖

2401

积分

金牌会员

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

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



2楼霸气

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

62

主题

187

回帖

596

积分

高级会员

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

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



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

发现了  还是得自己重写
您需要登录后才可以回帖 登录 | 立即注册

论坛客服/商务合作/投诉举报:2171544 (QQ)
落伍者创建于2001/03/14,本站内容均为会员发表,并不代表落伍立场!
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论!
落伍官方微信:2030286 邮箱:(djfsys@gmail.com|tech@im286.com)
© 2001-2014

浙公网安备 33060302000191号

浙ICP备11034705号 BBS专项电子公告通信管[2010]226号

  落伍法律顾问: ITlaw-庄毅雄

Archiver|手机版|Discuz! X

GMT+8, 2026-7-27 05:48 , Processed in 0.014104 second(s), 4 queries , Gzip On, Redis On.

返回顶部