ExpressionEngine 2.x:
Edit /system/expressionengine/config/config.php and set allow_extensions to “n”:
$config['allow_extensions'] = "n";
ExpressionEngine 1.x:
Edit /system/config.php and set allow_extensions to “n”:
$conf['allow_extensions'] = "n";
Category:HowTo
Category:EE1
Category:EE2
