Politybuilder Posted March 17, 2017 Share Posted March 17, 2017 Doing the Getting Started with Phaser tutorial and have downloaded WAMP and Phaser and am now trying to complete Step 6. Hello World! I have the hellophaser folder in www but every time I type "localhost/hellophaser" into the Chrome address bar I get 404 No webpage was found for the web address: http://localhost/hellophaser Don't know if this is relevant or not but when I start WAMP the icon is red and when I click on Start all Services it changes to orange and says "local server - 1 of 2 services running". If I click on "Localhost" I get the same: 404 No webpage was found for the web address: http://localhost/ Link to comment Share on other sites More sharing options...
mattstyles Posted March 17, 2017 Share Posted March 17, 2017 Your problem is certainly with wamp if you can't get the default root page. Try rooting around forums for wamp, or there are a couple of other threads here that deal with pain from wamp. Link to comment Share on other sites More sharing options...
FakeWizard Posted March 17, 2017 Share Posted March 17, 2017 open windows command prompt ( win-key + R and type in "cmd" ) go to your wamp directory ( for example: cd C:\[wamp_directory]\bin\apache\[apache_version]\bin ) then run http -t this should test your apache configuration. In case it throws any error and you're not sure what it means, just paste it here. We'll help you with finding the root cause. --- You can also find all the previously reported errors in your Wamp's log directory ( C:\[wamp_dir]\logs\error.log ) Link to comment Share on other sites More sharing options...
Politybuilder Posted March 18, 2017 Author Share Posted March 18, 2017 mattstyles: I did a search through the forums on this issue before posting. None that I could find addressed it. FakeWizard: The only executable file vaguely matching that description was "httpd.exe" so I ran "httpd -t" and got: "Syntax OK" There are no previously reported errors. Still getting the same problem with hellophaser Link to comment Share on other sites More sharing options...
scheffgames Posted March 18, 2017 Share Posted March 18, 2017 1 out of 2 services running happens to me sometimes too. The only solution that works it's a pc restart. Link to comment Share on other sites More sharing options...
Politybuilder Posted March 18, 2017 Author Share Posted March 18, 2017 I've restarted many times. It doesn't change anything. Link to comment Share on other sites More sharing options...
FakeWizard Posted March 18, 2017 Share Posted March 18, 2017 do you have firewall turned on? In case you do, then turn off your firewall for port 80 from any address . Open the configuration file (http.conf) and find the lines that say: Allow from 127.0.0.1 Change them to read Allow from all Also have you tried reaching the service via your local IP 127.0.0.1? Link to comment Share on other sites More sharing options...
Politybuilder Posted March 19, 2017 Author Share Posted March 19, 2017 I can't be bothered with it anymore - too many issues. I'm just doing it in Cloud9 instead. Link to comment Share on other sites More sharing options...
Recommended Posts