Apache & .htaccess - easy question I think...

Kiamo

Junior Member
Nov 3, 2001
21
0
0
Ok, I have a webserver setup to require a user/pass to get to. That works... but I want a subdirectory (called /stats) to not require a pass and just let anyone view it. How do I do this?
 

Kiamo

Junior Member
Nov 3, 2001
21
0
0


<< have you tried putting a blank .htaccess file in there? >>


Yeah... It just asks for a pass. If I try AuthType None then it gives a 500 internal server error.