找不到基本404和500页。htaccess重定向
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了找不到基本404和500页。htaccess重定向相关的知识,希望对你有一定的参考价值。
And http://www.htpasswdgenerator.com/apache/htaccess.html
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / </IfModule> ErrorDocument 404 http://yoursite.com/path/file.php ErrorDocument 500 http://yoursite.com/path/file.php
以上是关于找不到基本404和500页。htaccess重定向的主要内容,如果未能解决你的问题,请参考以下文章
htaccess - 重定向到错误页面问题(带斜线或不带斜线)
使用 .htaccess 重定向 404 而不重定向尾部斜杠