Friday 21 October 2005 11:37:35 am
Well you could do this with "Location" (or "LocationMatch") and "Alow/Deny" directives in Apache. Something like this:
<Location index.php/my_ez_site/admin/*>
Order Deny, Allow
Deny From All
Allow From <your_ip_list> </Location> but check the correct syntax fo these directives, I haven't been using them for quite a while. And there's no need for binding the admin interface to another port.
--
Nothing is impossible. Not if you can imagine it!
Hubert Farnsworth
|