04-07-2015, 08:28 AM
Hello Galaxian,
First of all change the name of your control-panel folder to something else.
Second if you want to restrict all the access but only 2 IP's to access it you need to use .htaccess
And here is how to do it:
1. Create an file in your control-panel folder (or the new name of the panel) called: .htaccess
2. Add the next into the file and save it:
Note:
111.111.111.111 = first allowed IP
222.222.222.222 = second allowed IP
Enjoy
First of all change the name of your control-panel folder to something else.
Second if you want to restrict all the access but only 2 IP's to access it you need to use .htaccess
And here is how to do it:
1. Create an file in your control-panel folder (or the new name of the panel) called: .htaccess
2. Add the next into the file and save it:
PHP Code:
Hidden content for guests
Note:
111.111.111.111 = first allowed IP
222.222.222.222 = second allowed IP
Enjoy