将404错误页重定向到任意页
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将404错误页重定向到任意页相关的知识,希望对你有一定的参考价值。
Just insert it into your .htaccess file to redirect all your 404 error pages to any address
ErrorDocument 404 http://www.your_site_name.tld
以上是关于将404错误页重定向到任意页的主要内容,如果未能解决你的问题,请参考以下文章
如何从索引页重定向到Gatsby.JS项目中以编程方式生成的路由