Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

yet another htaccess problem

Status
Not open for further replies.

TECHIE123

Technical User
Jul 29, 2001
7
US
recently upgraded from redhat 6.2 to 7.2 with that I upped my apache from 1.3.20 to 1.3.24 well everything went smooth and before I knew it I was up and running but I reallized something none of my htaccess files worked well I found that Allowoverride was set to None so i set it to All and now. I get a password box but no matter what I type in it wont accept it.

here is my .htaccess file

AuthUserFile /home/httpd/.htpasswd
AuthGroupFile /dev/null
AuthName "Restricted Area"
AuthType Basic

<Limit GET POST>
require valid-user
</limit>


and i have even tried recreating the .htpasswd file with
htpasswd -c /home/httpd/.htpasswd user

I am stumped anyone have any Ideas

Techie123
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top