+ -
当前位置:首页 → 问答吧 → 求apache设置伪静态时的重写规则

求apache设置伪静态时的重写规则

时间:2011-12-12

来源:互联网

将这个路径http://localhost/my/show.php?id=9重写成http://localhost/my/show/9
将这个路径http://localhost/my/index.php?type=1&curPage=1重写成
http://localhost/my/index.php/1/1

作者: wgczxm   发布时间: 2011-12-12

RewriteRule /shijing/(.*)/(.*)/(.*).html /morePicShow.php?pic_id=$1&sort_id=$2&house_id=$3 

看这个就明白了,
(.*) 对 $1 23 ..

作者: zgycsmb   发布时间: 2011-12-12

相关阅读 更多