0

私の .htaccess ファイル:

AuthType Basic
AuthName "FORBIDDEN AREA"
AuthUserfile "../htdocs/forbidden/.htpasswd"
Require valid-user

<Directory /server>
  Order allow,deny
  Allow from all
</Directory>

ErrorDocument 500 /server/error500.html
ErrorDocument 404 /server/error404.html
ErrorDocument 404 /server/error404.html
ErrorDocument 402 /subscription_info.html

すべてのエラー ページは htdocs/server/error***.html にあります

しかし、Apache は一般的なエラー ページを表示します。

4

1 に答える 1

0

ErrorDocument 404 http://site.com/error.phpをリカバリとして。

于 2012-12-28T17:38:26.793 に答える