Hello,
I am trying to restrict access to joomla Administrator directory by IP:
# defese agains brute force attacks
<Directory "/administrator">
order deny,allow
Deny from all
Require ip 192.168.1.65
</Directory>
this code on httpd.conf is not stopping me from logging onto
www.site.com/administrator
any ideas?
I used this http://httpd.apache.org/docs/2.4/en/mod/mod_authz_host.html
Thanks
Motty
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]