在 IIS 7.5 上安装 PHP 后出现 404 错误

发布于 2024-10-17 23:55:44 字数 124 浏览 4 评论 0原文

我已经安装了 PHP 管理器。但是当我尝试访问 PHPinfo 时。我得到以下屏幕。 在此处输入图像描述

我该怎么办?

I have installed PHP manager. But then when I try to access PHPinfo. I got the following screen.
enter image description here

What should I do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

长梦不多时 2024-10-24 23:55:44

EquinoX,创建一个名为 C:\inetpub\wwwroot\testsite 的目录,并在该目录中放置一个名为 test.php 的文件,其中包含

然后,您应该能够通过

输入http://localhost/testsite/test.php

在您的文件中 来运行它浏览器窗口。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文