Archbob
March 21st, 2002, 21:52
Okay my .htaccess file is like this:
http://subdomain.albinotreefrog.net/admin/.htpasswd
AuthName "Topsites Admin"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
And my .htpasswd is like this:
archbob: jedibob.
But when I go to the directory and type archbob as the user and jedibob as the password, it says my username or password is wrong, what the heck is going on?
http://subdomain.albinotreefrog.net/admin/.htpasswd
AuthName "Topsites Admin"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
And my .htpasswd is like this:
archbob: jedibob.
But when I go to the directory and type archbob as the user and jedibob as the password, it says my username or password is wrong, what the heck is going on?