I am experiencing an internal error when the ErrorDocument line is submitted in my back.ht file (.htaccess file for window)
AuthName "Restricted Stuff"
AuthType Basic
AuthUserFile c:/pwd/not_on_web_server/rs.ht
require valid-user
ErrorDocument 404 /errors/error_page.html
when the line is commented the local website is fine.
AuthName "Restricted Stuff"
AuthType Basic
AuthUserFile c:/pwd/not_on_web_server/rs.ht
require valid-user
#ErrorDocument 404 /errors/error_page.html
Can anyone help? I am running apache under windows.
Thanks
Colin