ラベル Redirect の投稿を表示しています。 すべての投稿を表示
ラベル Redirect の投稿を表示しています。 すべての投稿を表示

2012年6月23日土曜日

URL Redirect | An Introduction to Redirecting URLs on an Apache

Apacheの設定でURLリダイレクト(転送)する方法

例えば、http://www.example.com/foo.html にアクセスがあった場合に、
http://www.example.com/bar.htmlにリダイレクトしたい場合

httpd.confファイルに以下の行を追加する。

Redirect /foo.html /bar.html