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
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