Hi,
I am using .htaccess file in a folder like this
AuthUserFile /home/mydomain/public_html/trialpasswords/qadeer/.htpasswd
AuthType Basic
AuthName 'Secret Place'
require valid-user
and the .htpasswd file is like this
Michel:1$T9L623O67JQ
Every thing okey when i try to brows the folder it give me prompt window for user name and password if i give wrong then it give error of Unathontication but
if i give okey it give a error like this:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@mydomain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at www.mydomain Port 80
i even a upload a simple file containing only
<?
print "Hello Wrold";
?>
when i try to brows and give username and password real it give again same error .. so i think there is no problem in scripting so what is the problem i am confuse and do not find the problem..
Please guid me...