カラカニのメモ帳
mindiaカラカニのメモ帳見出し語

mod_rewrite

kani · 2009-10-14 更新

クエリを引き継ぎたい場合の設定

RewriteRule /([^/]+)/([^/]+) index.php?controller=$1&user_name=$2 [QSA,L]
↑ このようにQSAフラグをつけると、
http://example.com/index.php?controller=status&user_name=fkoji&count=10
のようにきちんとクエリを引き継ぐことができます。

http://blog.fkoji.com/2008/07172155.html

なるほど!

mod_rewriteのマニュアル

http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html