To check the status of your PHP extensions, such as cURL and FTP (Estimated time = five minutes):
- In your local machine (personal computer or laptop) create a file named phpinfo.php and paste the following code and save it:
<?php
phpinfo();
?>
-
Use SFTP tools in Website Pro and upload the file to the wp directory of your site
-
Navigate to yourdomain/phpinfo.php in your browser and check the extension information
- Delete the phpinfo.php file when the job is done