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.
我有一个网站(例如 chamthi.net)。我更新了网站的新版本,旧版本(文章)已移至/old目录(chamthi.net/old)。我希望每次用户访问当前不可用的网址(404)时,网站都会将用户重定向到旧版本。有什么解决办法吗?谢谢。
您需要制作一个自定义 404 错误页面,动态内容将 /old 添加到引用地址并重定向到它...