SecureMe V1.0 - Secure Your Admin Panel
Hello guys,
It just came to my mind to make something to secure the ACP of my vBulletin. I'd like to share it with you guys too!
Basically what it does is just allow the IP's you provide to access the ACP. You can add as many IP's you need(For your staff)
Step 1) Create a file named .htaccess
Step2)
Add this in the file..
Code:
PHP Code:
AuthUserFile /dev/null
AuthGroupFile /dev/null
AuthName “Access Control”
AuthType Basic
order deny,allow
deny from all
# whitelist home IP address
allow from YOUR HOME IP
# whitelist work IP address
allow from YOUR OFFICE IP
allow from YOUR OFFICE IP 2
Just replace the IP with YOUR HOME IP. Like wise you can add more