gpt4 book ai didi

html - 如何将 404 重定向到 index.html 并将 URL 重写为主页 URL?

转载 作者:技术小花猫 更新时间:2023-10-29 12:18:52 27 4
gpt4 key购买 nike

我将一个庞大、复杂的网站更改为一个小型单页网站,因此需要将用户从 404 重定向到 index.html。

我把它放在 .htaccess 中:

ErrorDocument 404 /index.html

如果您键入 mydomain.com/lalalalala,这将重定向到主页内容 (mydomain.com/index.html),但 URL 栏仍然显示 < strong>mydomain.com/lalalalala。

如何将 404 重定向到 index.html 并将 URL 重写为 mydomain.com

编辑:

我正在使用 Bluehost。

最佳答案

您可以在 .htaccess 的顶部使用这两行:

DirectoryIndex index.html
ErrorDocument 404 http://domain.com/

DirectoryIndex 将使 http://domain.com/ 默认加载 http://domain.com/index.html 并且在 ErrorDocument 中使用 http:// 将使其重定向到新的 URL。

关于html - 如何将 404 重定向到 index.html 并将 URL 重写为主页 URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26493540/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com