Dear list,

I have a .htaccess with authentication configuration located at the htdocs , so 
all folders under htdocs need a username / password to be accessed. Now I need 
to allow connection from a specific IP and to a specific folder, so it would be 
a password less access for that folder only when accessed from that IP. The 
.htaccess placed in that folder is

``````````````````
Allow from <ip address>
Satisfy Any
````````````````

But this allows all the connection to be password less. Is there any mistake in 
this config ?
Kindly suggest.
Thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to