404 error in php eclipse -


i trying run webpage using php eclipse , 404 error ("the webpage cannot found").

the page trying run simple "hello world" variation in html. web-server set localhost (in window > preferences > php servers). localhost server running, using iis server in windows 7. when go http://localhost on browser "it works!" message.

i've tried access http://localhost/tryout1/index.php through browser , "the requested url /tryout1/index.php not found on server". i've tried with\without backslash , without tryout1 library , same message. way project on eclipse trying run tryout1, , page index.php.

what need in order run page in php eclipse?

you need install php in iis, use web platfrom install it,

here link : http://www.microsoft.com/web/downloads/platform.aspx


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -