Joined: 04 Oct 2007 |
Posts: 3 |
|
|
|
Posted: Mon May 03, 2010 10:02 am |
|
|
|
|
|
I'm debugging a Drupal site on my local wamp server. I can debug other non-Drupal sites on the same wamp server without an issue, but haven't done any since updating to 5.95.
I'm using the SRV web server.
The url of the site would be /localhost/mysite as it's in the subdirectory 'mysite' in the document root of the wamp server. I assume the project information is set up correctly in phpEd, because the entire site is there and I've been working with it for months, but never had to debug it before now. The root directory for the project is set as c:\www\public_html\mysite
What happens is that when I click the debug button in the toolbar with index.php open, the site comes up fine. The url, though, is
http://localhost:8080
instead of
http://localhost:8080/mysite
When I click a link, like entering a search for 'test', I get
http://localhost:8080/search/node/test
instead of
http://localhost:8080/mysite/search/node/test
and, as a result, a 404
|
|