alyonam Posted February 19, 2015 Share Posted February 19, 2015 Hello!I am just starter and my question may be silly (:I installed WAMPserver and cloned phaser-examples to "home" folder (so I can access it on localhost/phaser-examples). As I understood, I need to run localhost/phaser-examples/examples or localhost/phaser-examples/examples/index.html but neither of it works, and I get "500 Internal Server Error". On the other hand, "hellophaser" works perfectly, and also I am able to load part f page by opening examples/index.html directly.Here are some screenshots to illustrate the problem:1) http://ipic.su/img/img7/fs/500-internal-error.1424334943.png2) http://ipic.su/img/img7/fs/failed-to-load.1424334962.png I am running Windows 7 64bit, Firefox 35.0.1, WAMP server. Skype is shut down. Thank you in advance! Link to comment Share on other sites More sharing options...
Abhishek Bharti Posted May 1, 2015 Share Posted May 1, 2015 simply remove or delete .htaccess file located inside examples folder and your problem will be solved. Link to comment Share on other sites More sharing options...
deniz Posted May 1, 2015 Share Posted May 1, 2015 By the way, node/npm http-server is a very good/simple alternative to apache (which is a very *fat guy for simple javascript testing) https://www.npmjs.com/package/http-server Link to comment Share on other sites More sharing options...
Andy101 Posted May 3, 2015 Share Posted May 3, 2015 Have to agree with deniz, Phaser only needs an HTML server, so you don't need server-side script support such as PHP or MySQL which can cause you headaches in the setup of the server. Link to comment Share on other sites More sharing options...
Recommended Posts