• 0

.htaccess file help


Question

i didnt know where to post this, since it has to do with the internet ill post it here.

i want to set up a .htaccess file for apache so it will let me have a password on certian directorys. i have it so a password promt will pop up. but i cant get it to recognize the password file.

here is what the files look like

.htaccess file

AuthType Basic

AuthName "Protected area"

AuthGroupFile /dev/null

AuthUserFile .htpasswd

.htpasswd file

test:q8zrSvCjqWl8w

and they are in the same directory

thanks for the help

Conundrum

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0
Originally posted by Vinh

The webpage geeks will help ya with this one.

I resent that one Vinh!!! How many times I've told you that it's not geeks. It's internet languages professionals :D

Link to comment
Share on other sites

  • 0

I thought it should go something like this..... :ermm:

AuthUserFile /home/mydomain/.htpasswd

AuthGroupFile /dev/null

AuthName ByPassword

AuthType Basic

require user "yourname"

Anywho.... you can also try >> HERE << . There is a neat tutorial for this kind of thing.

Link to comment
Share on other sites

  • 0
Originally posted by Born2kill

I resent that one Vinh!!! How many times I've told you that it's not geeks. It's internet languages professionals :D

hehe :lick:

Originally posted by skooter

ahem...

http://vinh.<< spam >>

Vinh has a Spash page...:alien:

Yeah.... :cheeky:

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.