I have a windows server 2016 running IIS. I am just trying to move the PHP folder from one named PHP v7.2 to just PHP. I do all the normal stuff, change the environment Variables, IIS Handler Mappings, FastCGI Settings, restart IIS, test PHP http://localhost/phpinfo.php
I get the info sheet, but when I go to my sites I just get the word “Error” its like there is something somewhere still pointing to the old PHP v7.2 folder but I cant find it. when I put it all beck to the v7.2 folder all works fine, I don’t get why I cant move it.
John