apache_conf 定义401资源和自定义错误页面(另请参阅https://gist.github.com/nielslange/053a3bedfb13d961bedb138a88dc943b)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 定义401资源和自定义错误页面(另请参阅https://gist.github.com/nielslange/053a3bedfb13d961bedb138a88dc943b)相关的知识,希望对你有一定的参考价值。

# 410 Redirect Settings
ErrorDocument 410 /wp-content/themes/CHILD-THEME/410.php
Redirect 410 /GONE-PAGE.html
Redirect 410 /GONE-DIRECTORY

以上是关于apache_conf 定义401资源和自定义错误页面(另请参阅https://gist.github.com/nielslange/053a3bedfb13d961bedb138a88dc943b)的主要内容,如果未能解决你的问题,请参考以下文章

非托管资源、IDisposable 和自定义类型

HTTP错误代码

Spring OAuth2:支持 SSO 和自定义身份验证服务器的身份验证和资源访问

HTTP 401错误

apache_conf htacess自定义404错误页面

如何在 .Net Core 中返回错误状态代码 401 的自定义错误消息?