为啥 WAMP\XAMPP 服务器(Windows 8) localhost 只能在 Internet Explorer 上工作

Posted

技术标签:

【中文标题】为啥 WAMP\\XAMPP 服务器(Windows 8) localhost 只能在 Internet Explorer 上工作【英文标题】:Why is WAMP\XAMPP server(Windows 8) localhost working only on Internet Explorer为什么 WAMP\XAMPP 服务器(Windows 8) localhost 只能在 Internet Explorer 上工作 【发布时间】:2014-02-05 04:58:43 【问题描述】:

1.在httpd.conf中将Listen 80改为Listen 0.0.0.0:80

2.在主机中评论::1 localhost

3.尝试将默认浏览器更改为Chrome

【问题讨论】:

您使用的是WampServer 还是XAMPP?它们不是一回事! 我都试过了,但我更喜欢 Wamp 【参考方案1】:

很好,我也喜欢 WAMPServer。

所以这个答案只适用于 WAMPServer!

所以,我假设您的意思是当您使用 Wampmanager 菜单访问 localhostphpmyadmin 时,您希望 Chrome 启动。 Wamp 不寻找系统默认浏览器。它会在安装时询问您要使用的浏览器。如果您想在安装后更改答案,则需要这样做。

我假设您在 C: 驱动器上安装了 WAMPServer。如果不是,则适当更改 C:

Stop WAMPServer.
    i.e. on the wampmanager icon in the system tray [ Right Click -> Exit ]

Edit this file `c:\wamp\wampmanager.conf`

Change this parameter so it references where you have installed Chrome.
It is within the [main] section on roughly line 7

    navigator = "C:\Users\xxxxx\AppData\Local\Google\Chrome\Application\chrome.exe"

Save the file.

Start WAMPServer again.

当你启动 WAMPServer 时,它会检查 wampmanager.conf 文件,从那时起它应该使用你想要的浏览器。

【讨论】:

以上是关于为啥 WAMP\XAMPP 服务器(Windows 8) localhost 只能在 Internet Explorer 上工作的主要内容,如果未能解决你的问题,请参考以下文章

WAMP / Xampp Apache 服务器未启动

php 在没有 WAMP/XAMPP 的 Windows 上运行...这是愚蠢的愚蠢行为吗?

php 在没有 WAMP/XAMPP 的 Windows 上运行...这是愚蠢的愚蠢行为吗?

手动将 MySQL 数据库文件放在数据文件夹中 - WAMP - XAMPP

节点 Socket.io 链接如何在服务器而不是 localhost(wamp/xampp) 中提供

头次接触wamp服务器xampp,初次单独使用tomcat部署