【发布时间】:2012-03-14 04:41:49
【问题描述】:
我只想将基本网址重定向到外部网站。
例如,我希望 example.com 重定向到 anotherdomain.com,但我不希望 example.com/path 被重定向。
到目前为止,example.com/path 重定向到 anotherdomain.com/path。 :(
编辑:
首先,感谢您的帮助! example.com 现在重定向到 another.com 而不会影响 example.com 的子路径。
但是,理想情况下,m.example.com 不会重定向到 another.com。所以实际上只是 example.com 重定向到 another.com。
【问题讨论】: