Apache が pseudo-static を設定するときに書き換えルールを要求する
このパス 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 ..