2011年6月28日火曜日

.htaccessファイルを使ったリダイレクトの設定

hoge/index.php?aa=11&bb=2(get値)を/hoge1?aa=11&bb=2(get値)に
get値も含めてリダイレクトの設定

RewriteEngine on
RewriteRule ^hoge1/.*$ /hoge1 [QSA,R=301,NE,L]

参考URL
http://httpd.apache.org/docs/2.2/ja/howto/htaccess.html

0 件のコメント: