Apacheバーチャルホスト設定
www.example.com と example.comのどちらのURLでもアクセスさせ、www.example.comのみにリダイレクトさせる方法
ServerName example.com
RedirectMatch ^/(.*) http://www.example.com/$1
ServerName example.com
RedirectMatch ^/(.*) http://www.example.com/$1
0 Comments:
Post a Comment
<< Home