I am wondering if it is possible to setup a PDT debug session to respond
to multiple sub domains?
I am working with an application that has ServerAlias' within a virtual
host such that any number of sub domains call the same code so if I
setup a breakpoint on a line of code it should break on any of the sub
domains.
Currently it doesn't look like it is possible due to the fact the the
PHP Server configuration has a URL like http://domain.com/. What I would
be looking for is something like http://*.domain.com/. Then in the path
mapping it would just be one entry.