开发者

404 error after installing PHP on IIS 7.5

开发者 https://www.devze.com 2023-02-12 06:25 出处:网络
I have installed PHP manager. But then when I try to access PHPinfo. I got the following screen.开发者_C百科

I have installed PHP manager. But then when I try to access PHPinfo. I got the following screen.开发者_C百科

404 error after installing PHP on IIS 7.5

What should I do?


EquinoX, create a directory called C:\inetpub\wwwroot\testsite, and in that directory put a file called test.php which contains

<?php echo phpinfo(); ?>

You should then be able to run this by typing

http://localhost/testsite/test.php

in your browser window.

0

精彩评论

暂无评论...
验证码 换一张
取 消