run php site on iis express -
i've been trying run simple hello world php site iis express, following question https://stackoverflow.com/a/7086364/744610
but keep getting error 500 iis, , in cmd can see 404 error regarding fav icon.
detailed informaion 500 error
detailed error information: module fastcgimodule notification executerequesthandler handler php-fastcgi error code 0x80070002 requested url http://localhost:32701/index.php physical path c:\myphpsite\index.php logon method anonymous logon user anonymous request tracing directory c:\users\user\documents\iisexpress\tracelogfiles\phptest
i double checked @ physical path indeed correct.
the cmd:
request started: "get" http://localhost:32701/index.php request ended: http://localhost:32701/index.php http status 500.0 request started: "get" http://localhost:32701/favicon.ico request ended: http://localhost:32701/favicon.ico http status 404.0 request started: "get" http://localhost:32701/index.php request ended: http://localhost:32701/index.php http status 500.0 request started: "get" http://localhost:32701/favicon.ico request ended: http://localhost:32701/favicon.ico http status 404.0
i tried f5'ing couple of times, hence repetitions.
my index.php
<html> <body> <?php echo "hello world"; ?> </body> </html>
why don't use web matrix php.
Comments
Post a Comment