like I don't want to protect the whole dir just a file
like oracleporn.com/something.cgi
can I do that somehow?
like oracleporn.com/something.cgi
can I do that somehow?
<Files fileyouwanttoprotect.php>
AuthUserFile /www/htpasswds/.htpasswd
AuthName Protected
AuthType Basic
<Limit GET>
require valid-user
</Limit>
</Files>


Comment