Afficher un message
Vieux 17/05/2005, 18h51   #2
adam
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Restricting access with .htaccess; first IP then auth

you need to use the 'Satisfy any' directive

in your .htaccess you need the following lines..

Allow from <domain.com>
Require valid-user
Satisfy any

Satisy any will say if it's allowed from <domain.com> it's ok OR if
they are a valid-user (from anywhere) it's ok too.

  Réponse avec citation
 
Page generated in 0,04130 seconds with 9 queries