我做了这个解决方案
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
答案 0 :(得分: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 )
FOR WAMP 32bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
如果您使用的是WampServer 2.4 Microsoft Visual C++ 2012并选择vcredist_x86.exe
FOR WAMP 64bit
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)是的,无论
,您都需要x86软件包Microsoft Visual C++ 2008 Redistributable Package (x64)
Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
如果您使用的是WampServer 2.4
Microsoft Visual C++ 2012并选择vcredist_x64.exe