.htaccess:如何根据 HTTP 状态代码定义重写规则

.htaccess: How to define Rewrite Rule depending on HTTP status code

我想定义一个 .htaccess 重写条件,允许我根据 HTTP 状态代码定义重写规则。使用 PHP 没有问题,但在 .htaccess 中我在任何 Apache 文档中都找不到解决方案。

It's about status codes 30x, 4x and 50x and if they are set by any application.

.htaccess根本不可能做到这一点。

当应用程序发回响应时,mod_rewrite(RewriteRule /“重写条件”)早已处理完请求。

您只能检查 HTTP 请求,不能检查 mod_rewrite 的 响应