|
-
Jun 12th, 2001, 11:28 AM
#1
Thread Starter
Junior Member
.Htaccess
I have the following set up in a .htaccess file running on an apache server:
AuthUserFile /passwords/.htpasswd
AuthGroupFile /dev/null
AuthName Admin
AuthType Basic
<Limit GET>
require user Admin
</Limit>
With the .htpasswd file in C:/Perl/web site/passwords/.htpasswd, but when ever i try to access the directory the username Admin, and the password set up with it doesnt work. Has anyone got any clue as to why?
Thanks
Sythe
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|