AOA,

how can i password protect a single file with htaccess. i am using below
technique but it not works for me

AuthName "test"
AuthType Basic
AuthUserFile /path to file/.htpasswd
<Files "test.php">
  require valid-user
</Files>

Nasir

Reply via email to