12 Sep
2001
12 Sep
'01
3:25 p.m.
I know that with the stock Zope UserFolder it is possible to restrict the IP domains from which each user is allowed to "log in" but is there any standard method for restricting the IP domain that is applied to all user trying to access a URL on a Zope server. Let me be specific: does Zope provide a direct analogue for putting what follows in an .htaccess file of an Apache served directory? <Limit GET> order deny,allow deny from all allow from .mydomain.co.uk </Limit>