Hi,
how to redirect to a given page when .htacess authentification fails ?
Here is my .htacess :
ErrorDocument 401
http://www.mydomain/authFailure.php
AuthUserFile /home/mydomain/.htpasswd
AuthName "Admin"
AuthType Basic
<limit GET POST>
require valid-user
</limit>
What's wrong with this ??
thanks for your help
regards,
Fred