Christian Schmelzer schrieb:
> I'm quite new with Apache (1.3.27), so this might be a simple question.
> I want to restrict the access to a directory using htaccess. A user from
> the local net (192.168.xxx.xxx) should be able to access this directory
> without any login, any other user from outside must use the basic auth.
> I know how to configure the .htaccess file that everyone must use the
> basic auth, but I want just those users coming from outside.
# authentication config
# ...
# access config
Order Allow,Deny
Allow from 192.168
Satify any
cc<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: htaccess question