求助php伪静态的正则表达式

我的网站访问url地址如:http://localhost/fenxiang_url/index.php?ctl=a&act=bhttp://localhost/fenx... 我的网站访问url地址如:http://localhost/fenxiang_url/index.php?ctl=a&act=b
http://localhost/fenxiang_url/是根目录
伪静态成http://localhost/fenxiang_url/index/a/b/
以下是我写的:
RewriteEngine On
RewriteBase /fenxiang_url/
RewriteRule ^index/(.*)/(.*)$ index.php?ctl=$1&act=$2

但是:http://localhost/fenxiang_url/index/a/b可以访问
http://localhost/fenxiang_url/index/a/b/ 最后面加“/”就访问不到了
我想要的是http://localhost/fenxiang_url/index/a/b和http://localhost/fenxiang_url/index/a/b/ 都可以访问到http://localhost/fenxiang_url/index.php?ctl=a&act=b
不知道该怎么做了,求助高手帮忙~~~~
展开
 我来答
cheng1633
2011-01-13 · TA获得超过463个赞
知道小有建树答主
回答量:501
采纳率:0%
帮助的人:283万
展开全部
RewriteRule ^index/(.*)/(.*)[ /]$ index.php?ctl=$1&act=$2

or

RewriteRule ^index/(.*)/(.*)/$ index.php?ctl=$1&act=$2 加一条正则
thigh417
2011-01-13 · 超过14用户采纳过TA的回答
知道答主
回答量:98
采纳率:0%
帮助的人:65.4万
展开全部
我希望用正则后是:today-3-very-cold.php 需要注意的是,文章标题($name$str =
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式