首頁  >  文章  >  後端開發  >  求apache设置伪静态时的重写规则,该如何处理

求apache设置伪静态时的重写规则,该如何处理

WBOY
WBOY原創
2016-06-13 10:08:08810瀏覽

求apache设置伪静态时的重写规则
将这个路径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

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

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

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn