mod_rewrite
0pt
クエリを引き継ぎたい場合の設定
RewriteRule /([^/]+)/([^/]+) index.php?controller=$1&user_name=$2 [QSA,L]
↑ このようにQSAフラグをつけると、
http://example.com/index.php?controller=status&user_name...
のようにきちんとクエリを引き継ぐことができます。
なるほど!
mod_rewriteのマニュアル
あなたにとって「mod_rewrite」とは?
お気に入りの説明
1 pt
このまとめがわかりやすい http://webtech.akijapan.com/htaccess/rewrite.phtml LinuxのApacheでSSL する場合には mod_rewrite のプロキシが使える .htaccess 内で使う場合には Options Follo...
もっと読む
コメントはまだありません