1

我刚刚在我的 Win8 笔记本电脑上安装了 EasyPHP,但我无法打开 EasyPHP Administration。

我在网上检查了一些解决方案,但没有成功。我尝试将 httpd.config 从 127.0.0.1:80 更新为 127.0.0.1:8080 和 127.0.0.1:8001,然后什么也没有。

当我安装时,我可以使用 www 文件夹的内容打开本地网络。

这个问题的解决方案是什么?如何在 EasyPHP 中运行管理选项卡?

4

3 回答 3

4

我有一个类似的问题,你需要做的是以管理员身份运行 easyPHP。由于您正在运行 Windows 8,这就是方法。

第 1 步:在您的平铺屏幕上找到 easyPHP
第 2 步:右键单击它,下面会弹出一个菜单栏。
第三步:选择“以管理员身份运行”

这应该能搞定,如果没有,请告诉我。

祝你好运。

于 2013-02-23T23:18:14.713 回答
0

Tried stuff above, no luck. Bottom line:

  • Could not get it work in IE10, Metro or desktop version of the browser.
  • Got to 127.0.0.1 in Chrome and Firefox (This is Local Web)
  • From Local Web I can click on the home icon and get to Administration
  • Works Run as Administrator or not

I do need to add, it ain't going to win any performance issues

于 2013-04-19T11:38:40.110 回答
0

I had the same issue. May have something to do with IPv6 being the default on Windows 8.

In the end, I installed XAMPP instead, this appears to just work. That installation does have a minor difference in the apache .conf file: Listen 80 instead of Listen 127.0.0.1:80

I don't think this is the full solution for EasyPHP though, as I tried that change.

于 2013-02-22T21:11:05.833 回答