HOWTO: Setup phped with local Apache or IIS ?
Quote: |
I have already installed Apache and it's Document Root is c:\program files\apache\htdocs\. How to set up phped to debug php scripts ? |
1. Install debugger module on your server. See
this topic for details.
2. Create a project in phped
3. Set both Root directory and Remote Root directory to c:\program files\apache\htdocs\ (or whatsoever DocumetRoot you have set for your web, for example c:\wwwroot)
4. Set Root URL to http://localhost/
5. Set Run Mode to HTTP mode (3rd party WEB server)