在同一台服务器中,我想将不同的域重定向到同一文件夹。例如。 http://test.com/thx/到http://def.com/thx/。
无论我在#34; test.com/thx /"下加载哪个子页面;将被重定向到" def.com/thx /"。
答案 0 :(得分:1)
以下是从一个网址重定向到另一个网址的方法
#Redirect old file path to new file path
Redirect /olddirectory/oldfile.html http://example.com/newdirectory/newfile.html
答案 1 :(得分:0)
让我知道它是否适合您。 Check this out