Frequently Asked Question

FAQ / Other


How to check if CURL is enabled / disabled for hosting?

To check if CURL is enabled or disabled for hosting:
Create phpinfo.php file under your public_html directory. Add the following code in your phpinfo.php file and save.


phpinfo;
?>

Then go to http://domainname/phpinfo.php to check whether CURL is enabled or not.

How this faq is helpful:

Not at all
helpful
Not much
helpful
Some what
helpful
Very
helpful
Extremely
helpful

What could be better? (Optional)
X
  Not related to my issue
  Too complicated explanations
  Too much information
  Incorrect information
  Unclear information
  Incomplete information
  Too old information
Do you have any other feedback about this faq ?
1000

Related Tags :