Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看过一些关于此的文章,并记得其中有一个 XML 文件。因此,有一个旧 URL 和一个新 URL。如果用户点击旧 URL,他将被重定向到新 URL。
重定向可以来自服务器上不存在的文件,例如来自 Apache 服务器的 new-jobs.php 已移动到 IIS 服务器,该文件现在称为 new-jobs.aspx。
有谁知道这样的系统或有更好的解决方案?
查看URLRewrite。