To debug a Zend framework project set to run on a virtual host, use these settings:
- Web Server (Apache or another) used for development is located on this machine
- Document root: C:\zs\quickstart\public (i.e., the PUBLIC directory of your project)
- URL: http://quickstart.local/ (i.e, the virtual URL of your project)
- Project root directory: C:\zs\quickstart\public (i.e., the PUBLIC directory of your project)

You must log in to post a comment.