Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Configuring subdomains in Eclipse PDT & xDebug
Configuring subdomains in Eclipse PDT & xDebug [message #669983] Thu, 12 May 2011 10:35
No real name is currently offline No real nameFriend
Messages: 1
Registered: May 2011
Junior Member
Hi there,

I'm trying to set up a local environment for developing and testing an existing PHP application.

I've chosen Eclipse PDT as my IDE and xDebug as the debugging module. When testing individual files on the server's document root, things work perfectly. However, certain folders in my project need to resolve as subdomains when running the debugger:

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

Is there any way to accomplish this kind of set up? I've tried using path mappings under the PHP Server settings, but it doesn't seem to affect the URL Eclipse generates when I start debugging.

Many thanks!
Previous Topic:Javascript files save with ^M newline after each edited line
Next Topic:[Solved] Spell checking isn't working
Goto Forum:
  


Current Time: Fri Apr 19 11:58:23 GMT 2024

Powered by FUDForum. Page generated in 0.01909 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top