求助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
不知道该怎么做了,求助高手帮忙~~~~ 展开
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
不知道该怎么做了,求助高手帮忙~~~~ 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询