Quote:
Originally posted by TDO2000
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName DenyViaWeb
AuthType Basic
<Limit GET>
order allow,deny
deny from all
</Limit>
write this in a file called .htacces and the folder u put it in can't be accesed trough Browser (but perfectly with PHP or Perl Scripts)
|
[Sun Dec 16 06:58:30 2001] [alert] [client 24.51.205.209] /usr/local/apache/domains/u/n/unholynation.com/public_html/uploads/.htaccess: Invalid command 'order', perhaps mis-spelled or defined by a module not included in the server configuration
I can make protect dirs by password though ..