Thursday 05 March 2009 4:38:32 am
Hi, One of our clients (with uri configuration) wanted to limit the access to administration interface to their company IPs (fixed). So we added to the vhost file following lines:
<Location /admin_site_access_name>
Order deny,allow
Deny from all
Allow from 10.1.0.128/27 # internal IP range of customer
</Location>
Original author: http://rimann.org/blog/2008/10/secure-your-typo3-backend-by-ip-address-filtering/ In our servers this configuration is working and should be compatible with other ez publish installations, but of course we can't ensure this works for all installations...
eZ Partner in Madrid (Spain)
Web: http://www.atela.net/
|