php - Configuring subdomains in Eclipse PDT & xDebug -


i'm trying set local environment developing , testing existing php application.

i've chosen eclipse pdt ide , xdebug debugging module. when testing individual files on server's document root, things work perfectly. however, folders in project need resolve subdomains when running debugger:

/index.php -> hostname/index.php
/control/index.php -> control.hostname/index.php
/support/a/b.php -> support.hostname/a/b.php

is there way accomplish kind of set up? i've tried using path mappings under php server settings, doesn't seem affect url eclipse generates when start debugging.

many thanks!

you need setup 1 webserver per subdomain , path mapping according it.

start debug session fitting webserver setting then.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -