Curl is enabled on the server but curl_exec function is disabled for security reasons.
disable_functions = exec,passthru,shell_exec,system,proc_open,popen,
curl_exec,curl_multi_exec,parse_ini_file,show_source
I know that I can enable this function from php.ini but it will affect the entire server. Can you help me with suggestions on how to activate this function (curl_exec) only for a specific sub-folder? I tried using .htaccess but no luck.