私はのようなウェブサイトを持っていwww.example.com
ます。各ヒットをこのURLにリダイレクトし、サブURLをサブドメインの単一のURLにリダイレクトしたいと思います。以下はいくつかの例です
www.example.com
にリダイレクトする必要がありますhttp://test.example.com
www.example.com/show/mypage1
にリダイレクトする必要がありますhttp://test.example.com
www.example.com/show/mypage2
にリダイレクトする必要がありますhttp://test.example.com
www.example.com/show/mypage3
にリダイレクトする必要がありますhttp://test.example.com
を使ってやりたいです.htaccess
。そして私は欲しい302 temporary redirect
。ApacheWebServerを使用しています。