WAMP服务器无法正常工作
好的,是此问题的续篇,其中您的专家向我介绍了 WAMP ,它基本上可以在Windows XP中执行PHP环境.
Okay so a continuation from this question, where you experts intro'd me to WAMP, which can basically execute PHP within a Windows XP environment.
所以现在我已经安装了它,但是托盘图标永远显示为黄色,当我在浏览器中访问任何PHP页面时,它只会向我显示PHP源码!
So now I've got it installed, but the tray icon forever shows YELLOW, and when I visit any PHP page in my browser, it just shows me the PHP source!
此外,当我在IE7中访问" http://localhost/时,它给了我 404否找到后,FF3只会显示一个空白页面.
Also, when I visit "http://localhost/" in IE7 it gives me a 404 Not Found, FF3 just shows a blank page.
顺便说一句,我已经尝试过重新启动所有服务"并重新启动计算机,但是仍然无法正常工作.
BTW I've tried "Restart All Services" and restarting my machine, but it still won't work.
有什么想法吗?你们中的任何人都有这个问题并解决了吗??请在这里帮助我,我迫切希望执行PHP客户端,而现在我只是恢复到在服务器上进行测试!
Any ideas? Any of you had this problem and solved it? Please help me here, I'm desperate to execute PHP client-side and I'm just reverting to testing on-server for now!
Skype将端口80保留为与WAMP冲突的传入连接,因此只需执行以下操作即可将Skype配置为使用另一个端口:
Skype reserves port 80 for its incoming connection which conflicts with WAMP, so simply configure Skype to use another port by doing the following:
在Skype中,转到工具" |选项" |高级" |连接",然后取消选中选项->使用端口80和443作为传入连接的替代方法,就是这样
In Skype go to Tools|Options|Advanced|Connection uncheck the option --> Use port 80 and 443 as alternatives for incoming connections, that's it
要使此更改生效,请执行以下操作,重新启动Skype并重新启动WAMP上的所有服务:
For this change to take effect restart Skype and Restart all services on WAMP by doing the following:
左键单击WAMP托盘图标>重新启动所有服务"
Left-click WAMP tray icon > Restart All Services"
现在Wamp和Skype可以共存,希望这可以解决您的问题!
Now Wamp and Skype can co-exist together, hope this solves your problem!!