IP access through .htaccess .... is it possible ?
Posted: Sat Jun 10, 2006 10:54 pm
I was wondering if it is possible to restrict access to folder using an IP address or a range of IP adresses .htaccess file.
thanx
thanx
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<Directory />
Order Deny,Allow
Allow from xxx.xxx.xxx.xxx
Deny from all
</Directory>