Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Apache2 .htaccess/.htpasswd files
Name: magixernie Date: October 7, 2004 at 22:50:42 Pacific OS: Windows XP Pro CPU/Ram: 900MHZ/384MB
Comment:
Could someone show me the light.
I'm running Apache2 on Winxp. I have 3 domains that I'm currently trying to host. One of them is my personal website. I have some files that I'd like to password protect. I create my .htaccess file as shown:
I also created my .htpasswd file in DOS with the "htpasswd -c" command and it creates the .htpasswd file just fine. I put both the .htaccess and .htpasswd file in the directory I want to protect. When I type in the url, it brings up the Username/Password box just fine, but when I enter the username and password, it just pops back up again. After 3 times, I get "Authorization Required" error. Is there something I'm missing? Do I have to edit the httpd.conf in any way to make sure everythings o.k. Please help anyone.
Name: snipes Date: October 8, 2004 at 05:42:44 Pacific
Reply:
did u put your password and user in the httpd.conf ?
0
Response Number 2
Name: magixernie Date: October 8, 2004 at 06:39:31 Pacific
Reply:
No I didn't. So the usernames and passwords also need to go in the httpd.conf file? I didn't know that. In which section do you specify these usernames and passwords?
BTW, thanks for your reply.
0
Response Number 3
Name: snipes Date: October 8, 2004 at 07:53:09 Pacific
Reply:
no , look here for info howto http://www.whoopis.com/howtos/apache-auth.html
Summary: I'm running Apache on WIndows XP. I have a .htpasswd file in C:\OpenSA\Apache2\ and I want to point one of my .htaccess fiels to it. When I put the path in as "C:\OpenSA\Apache2\" it dson't work. Am I...
Summary: ive been trying this for ages now, i want to set my apache server up to allow the use of .htaccess files ive followed tutorials to configure the conf file, and have create the .htaccess & .htpasswd fi...
Summary: allow from 000.000.000.000 where 000.000.000.000 is the IP address. If you only specify 1 or 2 of the groups of numbers, you will allow a whole range. how would you write that in the .htaccess file? ...