What would trigger an Access denied error and what is the best way to fix this?
I can see that in the config.php file this is there:
if ( !defined(‘AREA’) ) { die(‘Access denied’); }
What would trigger an Access denied error and what is the best way to fix this?
I can see that in the config.php file this is there:
if ( !defined(‘AREA’) ) { die(‘Access denied’); }