in your home/public_html/forum there should be the admincp folder, in that there should be a .htaccess file.
Then you can add;
Order Deny,Allow
Deny from all
Allow from IPADDRESSOFADMIN1, IPADDRESSOFADMIN2
etc (use comma to seperate)
So it denies access to it from everyone apart from those specific IP's, however a vast amount of people have dynamic IP's now so it may be alot harder.
|