View Single Post
Old 11-29-2003, 11:53 AM  
Matthew
Confirmed User
 
Matthew's Avatar
 
Industry Role:
Join Date: Jul 2002
Posts: 194
.htaccess

PHP Code:
<Files fileyouwanttoprotect.php>
AuthUserFile /www/htpasswds/.htpasswd
AuthName 
Protected
AuthType Basic
<Limit GET>
require 
valid-user
</Limit>
</
Files
like that

edit.. damn how to insert these less then ang greater then signs..

so I just used php tag.. it's not a php *OBVIOUSLY*

Last edited by Matthew; 11-29-2003 at 11:55 AM..
Matthew is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote