|
|
View previous topic
::
View next topic
|
Author |
Message |
ramon fincken Site's programmer
 Get a free globally recognized avatar It's free!
Joined: 03 Aug 2007 Posts: 412 Location: A'dam/Diemen, The Netherlands
|
Posted: Sun Jun 07, 2009 8:15 pm Post subject: [solution] Only allow your IP to admin panel ( and deny all others ) |
|
|
Here's a howto, it is really easy to block ALL ips except your IP to any admin panel.
Don't worry, if you have a frontend file doing things like : include('./admin/functionfile.php'); that will still work
Here we go, I assume your IP adres is 123.123.123.123 and 456.456.456.456 if you are at two locations ( home and work for instance ).
Keep in mind that a combination with username/password with this htaccess trick is better then rely on only one solution.
There is one major drawback ... if you need access to your admin panel FAST and you are not at the IP adresses / locations ... you cannot enter the panel unless you have some form of remote desktop / VNC server running....
The code is self explanatary right ?
Code: | deny from all
allow from 123.123.123.123
allow from 456.456.456.456 |
|
|
Back to top |
|
 |
Google adsense Advertisement
|
Posted: Sun Jun 07, 2009 8:15 pm Post subject: [solution] Only allow your IP to admin panel ( and deny all others ) |
|
|
Advertisement
|
|
Back to top |
|
 |
GravityForms Advertisement
|
Posted: Sun Jun 07, 2009 8:15 pm Post subject: [solution] Only allow your IP to admin panel ( and deny all others ) |
|
|
Advertisement
 |
|
Back to top |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|