我一直在使用 .htaccess 将任何以特定目录开头的路径重定向到子域时遇到问题。主要问题可能是该目录实际存在,因为它是我的子域所指向的。我不关心维护路径,重定向到每个主页都可以。对于几个特定的域,我也需要这个,即:
website.com/foo -> foo.website.com
website.com/foo/about.html -> foo.website.com
website.com/foo/other/index.html -> foo.website.com
website.com/bar -> foo.website.com
website.com/foo/about.html -> foo.website.com
website.com/foo/other/index.html -> foo.website.com