全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 2203|回复: 7
打印 上一主题 下一主题

[nginx] 请高手帮忙把apache规则转成nginx的

[复制链接]
跳转到指定楼层
1#
发表于 2011-5-2 21:20:18 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteRule ^index.html$ index.php
  4. RewriteRule ^list/(.*).html$ index.php/list/$1
  5. RewriteRule ^html/(.*).html$ index.php/html/$1
  6. RewriteRule ^tags/(.*)/(.*).html$ index.php/tags/$1/$2
  7. RewriteRule ^tags/(.*)/$ index.php/tags/$1
  8. <Files .htaccess>
  9. order allow,deny
  10. deny from all  
  11. </Files>
  12. #ErrorDocument 404 /index.html
复制代码
我用http://www.anilcetin.com/convert-apache-htaccess-to-nginx/转了,但是不能用.
  1. rewrite ^/index.html$ /index.php;
  2. rewrite ^/list/(.*).html$ /index.php/list/$1;
  3. rewrite ^/html/(.*).html$ /index.php/html/$1;
  4. rewrite ^/tags/(.*)/(.*).html$ /index.php/tags/$1/$2;
  5. rewrite ^/tags/(.*)/$ /index.php/tags/$1;
复制代码

评分

参与人数 1威望 +15 收起 理由
Captain + 15 原创内容

查看全部评分

2#
发表于 2011-5-2 21:25:32 | 只看该作者
高手来

评分

参与人数 1威望 +5 收起 理由
疯子拿把枪 + 5 3Q

查看全部评分

3#
发表于 2011-5-2 21:25:35 | 只看该作者
rewrite ^/index.html$ /index.php last;
rewrite ^/list/(.*).html$ /index.php/list/$1 last;
rewrite ^/html/(.*).html$ /index.php/html/$1 last;
rewrite ^/tags/(.*)/(.*).html$ /index.php/tags/$1/$2 last;
rewrite ^/tags/(.*)/$ /index.php/tags/$1 last;

试试看

评分

参与人数 1威望 +5 收起 理由
疯子拿把枪 + 5 3Q

查看全部评分

4#
发表于 2011-5-2 21:30:16 | 只看该作者
搞不懂
5#
 楼主| 发表于 2011-5-2 21:30:24 | 只看该作者
不行 还是用不了
6#
发表于 2011-5-2 21:35:49 | 只看该作者

回复 5# 的帖子

你什么程序啊? 看看?
7#
发表于 2011-5-2 21:37:44 | 只看该作者
搞不懂,高手来
8#
发表于 2011-5-2 22:58:48 | 只看该作者
期待高手解决,俺也好学习下!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-5-3 13:47 , Processed in 0.066028 second(s), 9 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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