Hi Azure community,
Can you help me figure out what I'm missing? I've followed instructions from the Azure docs on enabling pHp extensions in order to try and add outgoing FTP to my WordPress site. I've been following directions here:
This app service was set up using the WordPress template offered by Azure.
I've completed the following:
1. Created a new directory using Kudu - /home/site/ini
2. Added an App Setting PHP_INI_SCAN_DIR with a value of "/usr/local/etc/php/conf.d:/home/site/ini"
3. Verified the existence of the installed pHp extension as php_ftp.dll
4. Add a file "extensions.ini" into the new /home/site/ini directory shown above, and entered the line extension=php_ftp.dll
5. Restarted the app service
My phpinfo.php file still doesn't show it picking up the additional configuration file. Any ideas?
Thank you!!
David