IIS Not Serving PHP pages
Posted
by
Isaac Levin
on Stack Overflow
See other posts from Stack Overflow
or by Isaac Levin
Published on 2012-03-28T17:22:01Z
Indexed on
2012/03/28
17:29 UTC
Read the original article
Hit count: 254
I have followed these instructions exactly, yet I get a "Page cannot be found" 404 error http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/
My PHP file is
<?php
phpinfo();
?>
I am running Windows Server 2003 and installed FastCGI and made sure everything is correct per those instructions. I can also create an HTML page and that serves no problem, so it must be an issue with PHP. Any help would be appreciated, thanks!
© Stack Overflow or respective owner