我有一个类似的网站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
。我正在使用 Apache WebServer。