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

程序的Apache伪静态规则转换成nginx的伪静态规则!求帮助!...

[复制链接]

124

主题

875

回帖

2154

积分

金牌会员

积分
2154
发表于 2013-8-22 11:46:22 | 显示全部楼层 |阅读模式
本帖最后由 5u5lv 于 2013-8-22 11:49 编辑

程序的Apache伪静态规则转换成nginx的伪静态规则!求帮助!...

.htaccess文件里面的[ol]
  • [I]
  • RewriteEngine on
  • ErrorDocument 403 /404.html
  • ErrorDocument 404 /404.html
  • RewriteRule ^app/list_(\d+)_(\d+)\.html$ index.php?tpl=list_app&cid=$1&p=$2
  • RewriteRule ^app/list_(\d+)\.html$ index.php?tpl=list_app&cid=$1&p=1
  • RewriteRule ^app/(\w+?)/(\d+)\.html$ index.php?tpl=list_app&cpy=$1&p=$2
  • RewriteRule ^app/(\w+?)/$ index.php?tpl=list_app&cpy=$1&p=1
  • RewriteRule ^sepcial/list_(\d+)\.html$ index.php?tpl=special_list&p=$1
  • RewriteRule ^sepcial/$ index.php?tpl=special_list&p=1
  • RewriteRule ^special/(\d+)\.html$ index.php?tpl=special_content&id=$1
  • RewriteRule ^info/list_(\d+)_(\d+)\.html$ index.php?tpl=list_info&cid=$1&p=$2
  • RewriteRule ^info/list_(\d+)\.html$ index.php?tpl=list_info&cid=$1&p=1
  • RewriteRule ^info/(\w+?)/(\d+)\.html$ index.php?tpl=list_info&cpy=$1&p=$2
  • RewriteRule ^info/(\w+?)/$ index.php?tpl=list_info&cpy=$1&p=1
  • RewriteRule ^info/(\d+)\.html$ index.php?tpl=content_info&id=$1
  • RewriteRule ^app/(\d+)\.html$ index.php?tpl=content_app&id=$1
  • RewriteRule ^app/(\d+)_(\d+)\.html$ index.php?tpl=content_app_history&id=$1&hid=$2
  • RewriteRule ^lastupdate/(\d+)\.html$ index.php?tpl=lastupdate&p=$1
  • RewriteRule ^lastupdate/$ index.php?tpl=lastupdate&p=1
  • [/I][/ol]复制代码求解决!求帮忙!
  • 回复

    使用道具 举报

    124

    主题

    875

    回帖

    2154

    积分

    金牌会员

    积分
    2154
     楼主| 发表于 2013-8-22 12:44:59 | 显示全部楼层
    别沉了啊
    回复

    使用道具 举报

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

    本版积分规则

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

    GMT+8, 2025-1-15 21:50 , Processed in 0.020214 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

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