"Thomas Wieser" <wernze.nospan.RemoveThis@gmx.net> wrote in message
news:bicm4u$7u84f$2@ID-202437.news.uni-berlin.de...
> Hello,
>
> i want to have a directory in my global configuration, which is only
> available for 1 IP address; all other IP's should get a HTTP forbidden
> error and never see any content.
>
> Can you tell me, what is the appropriate keyword in the <Directory>-Tag
> for this directory?
>
I am not an expert in this but I would expect in a .htaccess file in that
directory with the following lines
Order Deny,Allow
Allow from 123.123.123.123
Mike.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Enabling one directory only for 1 IP-Adress