Recently I’ve moved & got wireless internet connection at my home & got a new laptop also bt the problem is localhost is not running in wampserver! It just says waiting in the browser! I’ve googled, & according to some research it says to change the port number bt I didn’t find any line in php.ini file that shows up my port! How do I find it & anything else to do! Please help, cannot run my scripts for this silly problem
I’m running wampserver 2.2 64bit on Win 7 Home Premium
One problem I had with WAMP server is that I have to start up WAMP server first, and then Skype, because otherwise Skype blocks the port WAMP server wants to use.
I’m sure I could solve it changing the port WAMP server uses, but I have no idea how to do that
To change the port, look in Apache’s httpd.conf file, search it for “listen” and you will see that it is set to port 80, I suspect if you change it you will need to do something like,
localhost:8080
To make it work (assuming you changed the port to 8080).
Before changing the port, are you absolutely sure Apache is running?
Look in windows >> system32 >> drivers >> etc
There is a file there called hosts, make sure it has an entry,
127.0.0.1 localhost
Also you can point your browser to http://127.0.0.1 to see if it pulls up a page. I really don’t think you have a port issue, my Skype and Apache play well together.
If you’ve moved to win7 64b then you may have a problem with Apache actually running. I use the uniformserver and found that I had to grant the program administrative rights or it wouldn’t run properly. It would run but not serve anything… then it would randomly quit.
Right click, properties>Compatibility>Change settings for all users>Run this program as an administrator>Ok your way out.