XenForo Tutorials

Quick way to secure your ACP

Submitted by Mr_Joker, , Thread ID: 1306

Thread Closed
Mr_Joker
YouR JuSt G4Y
Level:
0
Reputation:
3
Posts:
795
Likes:
51
Credits:
493
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

rUx
Junior Member
Level:
0
Reputation:
0
Posts:
60
Likes:
4
Credits:
0
24-12-2017, 02:22 PM
#2
This would be helpful but is there a way to do this for dynamic IPs?

RE: Quick way to secure your ACP

ItsTimmyy
Novice
Level:
0
Reputation:
0
Posts:
40
Likes:
1
Credits:
0
03-01-2018, 08:16 PM
#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

Crackbox
root@ssh
Prime
Level:
2
Reputation:
5
Posts:
237
Likes:
37
Credits:
1.35K
27-01-2018, 08:41 AM
#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)