.htaccess

1月 1, 2003 · Posted in .htaccess · Comment 

サイト移動(301リダイレクト)

RedirectPermanent / http://www.example.com/

正規表現

RedirectMatch permanent (.*)\.html$ http://example.com/?id=$1

リンク

-70. mod_rewriteでの%2F問題
http://itpro.nikkeibp.co.jp/article/COLUMN/20080108/290559/