Hi all, I have placed ".htaccess" file in my directory but when i browse this directory it is not opening the "User authentication Dialog box".. but an error message "Internal server eror".. What i did wrong.. I have asked this question two days before but no one replied.. Any help would be appritiable..
Tabish
What is in your .htaccess ?
Did you check Apache error.log file (if you have access to it) ?
I have written the following codes in my .htaccess file .....
AuthUserFile /new/pass/.htpasswd AuthGroupFile /dev/null AuthName tabish AuthType Basic
<Limit GET POST> require valid-user </Limit>
What is the problem ??