Moving site from a CentOS PHP 5.3.3 and apache (someone else set up for me) to a Windows 2008R2 running IIS (Replacing a site here). I PHP 5.4.18. A couple things I can’t get working / or figured out and am wondering if they are connected
Scan this dir for additional .ini files On my CentOS: phpinfo.php reads: /etc/php.d
Contains about 30 files
Can’t find this config in the php.ini file. From what I’ve read this is set when PHP is compiled...
On my Windows server it reads (none) - How can I config this on my windows box
Mail:
I have a Send us a message php page that on my CentOS server works, on my Windows it doesn’t. No error, the form is cleared (redirect back to the blank page) like everything is working, but nothing is received.
The Send us a message page posts the user input values to another php page that packages up the info and sends an e-mail out.