PHP pages display as 404 on iis 8 with windows server 2012

iisPHPwindows-server-2012

Installed php on windows server 2012 and then went to command line and php -i everything displayed like it should. Then went into iis and created the handler mapping for php via fast cgi at the server level, checked to make sure that it was available in a site I created on the server, but when I navigate to mysite/test.php all I get is a 404. Checked the php error logs and there is nothing new.

Suggestions, Ideas?

Best Answer

Ok... figured it out, my firewall was directing requests on port 80 to an old server I had. The PHP page was not on that server which is why I was getting the 404 and when I enabled detail errors I was not getting new errors.