Click to See Complete Forum and Search --> : .htaccess - Satisfy and allow directives


Tasha
11-28-2001, 06:09 AM
Greetings,

we're having a little trouble with our .htaccess files. Can anybody tell me why the following piece of code does not work please?

AuthName "Test Name"
AuthType Basic
AuthUserFile <<filename>>
Satisfy Any
<Limit GET POST>
order deny,allow
deny from all
allow from <<domain name>>
require user <<user name>>
</Limit>

Where <<filename>>, <<domain name>> and <<user name>> are set to valid values within our system.

Thanks,
Tasha

EyesWideOpen
11-28-2001, 10:39 AM
What is the behavior your getting that isn't working?

Are you sure that <<user name>> exists in <<filename>> and that <<filename>> is a valid password file (i.e., created using htpasswd, etc)?