Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disable admin access
#1
I was wondering on a production server, is it possible to disable the Admin page at all?

Thanks for any help
Reply
#2
Quickly, a possible way: insert this in your gsconfig.php
Code:
if (basename($_SERVER['PHP_SELF']) != 'index.php' || function_exists('is_frontend')) die();
Reply
#3
deny rule file or IP whitelist in htaccess
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply




Users browsing this thread: 1 Guest(s)