i got probally a simple .htaccess file question .... i got a folder stractor like this:
www/themplates/pdf/
the folder ‘themplates’ is password protected.
now i have a htaccess file in the folder ,www,
that says : ErrorDocument 401 /cgi-bin/count.cgi
so all failed logins are counted
now i want a failed login directly to folder ‘pdf’
npot to be counted ...
how can i turn of the ErrorDocument 401 /cgi-bin/count.cgi
for the folder /pdf/
so it only counts failed login to folder/themplates/
the folder themplates is password protected
###
if i place a eampthy htaccess file int he /pdf/ folder will it thennot run 401 count.cgi if some one fails tologin directly to /pdf/ folder?