x
 
Create New Page
 View Previous Changes    ( Last updated by Brandon Jones )

HowTo Disable Extensions Within Config.php

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

Categories: