0

我做了这个解决方案

Here notepad will open ...

scroll down and you will see the port number that WAMP server takes ...
change that port number to:

#Listen x.x.x.x:8080
Listen 8080
save that file and restart the services... it will work fine...

now check by typing http://localhost:8080/.

但是当我启动 phpmyadmin 时它并没有解决问题,奇怪的是 localhost 正在工作!http://i.imgur.com/xSk48kW.png

4

1 回答 1

0

我可以建议您将 Apache 放回端口 80。

您的问题可能是缺少 MSVC 运行时 dll。检查您是否安装了以下内容

The 2008 Redist is used by wampmanager
The 2010 Redist is used by some versions of Apache ( depending on version of Apache )
The 2012 Redist is used by some versions of Apache ( depending on version of Apache )

对于 WAMP 32 位

Microsoft Visual C++ 2008 SP1 可再发行包 (x86)

Microsoft Visual C++ 2010 SP1 可再发行包 (x86)

如果您使用 WampServer 2.4 Microsoft Visual C++ 2012并选择 vcredist_x86.exe

对于 WAMP 64 位

Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)是的,无论如何您都需要 x86 包

Microsoft Visual C++ 2008 可再发行包 (x64)

Microsoft Visual C++ 2010 SP1 可再发行包 (x64)

如果您使用的是 WampServer 2.4

Microsoft Visual C++ 2012并选择 vcredist_x64.exe

于 2013-09-13T12:48:07.317 回答