XenForo Tutorials

Quick way to secure your ACP

Submitted by Mr_Joker, , Thread ID: 1306

Thread Closed
15-02-2015, 04:48 AM
#1
Open your FTP

public_html --> .htaccess --> Enter the following at the bottom underneath </ifmodule>

Code:
<Files admin.php>
Order Deny,Allow
Deny from all
Allow from 777.77.77.777
</Files>

the '777....' being your IP address.

You can find your IP by clicking - http://www.whatismyip.com/
1

RE: Quick way to secure your ACP

#2
This would be helpful but is there a way to do this for dynamic IPs?

RE: Quick way to secure your ACP

#3
Thats actually very handy, thanks for posting this Joker, i always had problems people tried to bruteforce my admin panel :/

RE: Quick way to secure your ACP

#4
Is there a way to do this for dynamic IP's?

Good little think to have tho.

Users browsing this thread: 1 Guest(s)