标签: http url url-rewriting
我有一个子域,像这样:https://sub.example.com,我想在访问https://example.com/sub时显示该域的内容。
https://sub.example.com
https://example.com/sub
即我想进行重定向而不实际重写URL,因此在访问/sub-path时,我得到的是子域的内容,而不是URL更改。
/sub
这可能吗?