GetSimple Support Forum

Full Version: Disable admin access
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering on a production server, is it possible to disable the Admin page at all?

Thanks for any help
Quickly, a possible way: insert this in your gsconfig.php
Code:
if (basename($_SERVER['PHP_SELF']) != 'index.php' || function_exists('is_frontend')) die();
deny rule file or IP whitelist in htaccess