Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
default Startup location for eclipse php?
Hello:
I have downloaded PHP/MAMP installed on my computer, however, when i try to build a demo hello world application, when i try to run the application as a web app, the browser show me cannot find related files of the project, so, could anyone tell me where is the default path for the startup of a given eclipse php project.
thanks
1 Answer
- husoskiLv 72 months ago
Which version of MAMP? There are MacOS and Windows versions for both plain MAMP and MAMP Pro.
It looks from the online docs that the Mac default is Applications/MAMP/htdocs, while the Windows default is C:\MAMP\htdocs. This is set from the MAMP application in the Preferences dialog (under Server). Use that application to find out where it is for sure. You'll need to tell the Eclipse plugin for PHP the correct location. It's the web server (Apache httpd or compatible) that controls this setting, not Eclipse or any of its plugins.