我试图将我的index.html页面用作Apache中的一个ErrorDocument页面。
非常相似这家伙在这里做什么:
Index.php as custom error page
但是没有使用PHP(服务器运行得很热)。
到目前为止我尝试了什么
不多。设置ErrorDocument 401 index.html
会使Apache处于无限拒绝循环中。
任何解决方法(再次没有PHP)?
修改
我的.htaccess文件位于文档根目录:
AuthUserFile /yep/this/path/exists/.htpasswd
AuthGroupFile /dev/null
AuthName "Please Enter Password"
AuthType Basic
Require valid-user
#ErrorDocument 500 "The server made a boo boo."
ErrorDocument 401 /index.html
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html