找不到基本404和500页。htaccess重定向

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了找不到基本404和500页。htaccess重定向相关的知识,希望对你有一定的参考价值。

And http://www.htpasswdgenerator.com/apache/htaccess.html
  1. <IfModule mod_rewrite.c>
  2.  
  3. RewriteEngine On
  4. RewriteBase /
  5.  
  6. </IfModule>
  7. ErrorDocument 404 http://yoursite.com/path/file.php
  8. ErrorDocument 500 http://yoursite.com/path/file.php

以上是关于找不到基本404和500页。htaccess重定向的主要内容,如果未能解决你的问题,请参考以下文章

htaccess - 重定向到错误页面问题(带斜线或不带斜线)

找不到页面上的 Vue-router 重定向 (404)

使用 .htaccess 重定向 404 而不重定向尾部斜杠

htaccess 301 与重定向 404

使用 .htaccess 和正则表达式重定向损坏的 404 页面

.htaccess 重定向到 404 页面 RewriteRule