php hello world in eclipse not working -
i have created simple hello world php app in eclipse name od firstphp when try run "run php web page" tries opening page
http://localhost/firstphp/first.php in eclipse web browser
, got message web page not found
when open http://localhost:8080/ works fine , tomcat ok
any suggestion
- install server correct. why use tomcat in first place. thats not used php, jsp.
- check if localhost:80 works fine too, thats wants go...
- make sure set documentroot in eclipse.
gr.
Comments
Post a Comment