lynx

Advanced lynx | Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору Цитата: А если IP динамический как сделать? | Как может быть динамический IP у сайта?? А разрешить можно и по маске, смотрим доку: Цитата: A full IP address Example: Allow from 10.1.2.3 An IP address of a host allowed access A partial IP address Example: Allow from 10.1 The first 1 to 3 bytes of an IP address, for subnet restriction. A network/netmask pair Example: Allow from 10.1.0.0/255.255.0.0 A network a.b.c.d, and a netmask w.x.y.z. For more fine-grained subnet restriction. (Apache 1.3 and later) A network/nnn CIDR specification Example: Allow from 10.1.0.0/16 Similar to the previous case, except the netmask consists of nnn high-order 1 bits. (Apache 1.3 and later) | То есть, например: Order allow,deny Deny from all Allow from 80.95 Ну, можно чуть больше Посмотреть: http://forum.ru-board.com/topic.cgi?forum=8&topic=0058#3 Первоисточник: http://httpd.apache.org/docs/mod/mod_access.html djelektronik Угу и так можно |