gpt4 book ai didi

.htaccess - 如何使用 .htaccess 将错误 404 重定向到主页?

转载 作者:行者123 更新时间:2023-12-03 15:52:33 24 4
gpt4 key购买 nike

您好,我如何将错误 404 重定向到带有 .htaccess 的主页?

例子:
site.com if write site.com/some_site_notforund 而不是 404 将我们重定向到主页

示例 2:
sadistic.pl 如果写入 sadistic.pl/some_site_notfound 而不是 404 将我们重定向到当前页面

最佳答案

尝试:

FallbackResource /index.html

或任何主页

尝试:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ /index.html [L]

关于.htaccess - 如何使用 .htaccess 将错误 404 重定向到主页?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21897979/

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