I want to disable few php functions only in a specific folder, I thought of using htaccess:
For example I have tried adding this line:
php_admin_value disab
php_admin_value is not valid in .htaccess files. It can only be used in httpd.conf. See: http://php.net/configuration.changes for details.
php_admin_value
.htaccess
httpd.conf
Use php_value instead, or add the directive in a or block in httpd.conf.
php_value