path problem with mod_rewrite, XDebug, PDT, XAMPP and Windows XP
Posted
by
Delirium tremens
on Server Fault
See other posts from Server Fault
or by Delirium tremens
Published on 2009-10-30T18:44:22Z
Indexed on
2012/03/23
5:32 UTC
Read the original article
Hit count: 498
My mod_rewrite turns accounts/create into index.php?folder=accounts&action=create, but pdt ignores it, so when I try to start a PHP Script debug session, I have to type a folder location in the file field and pdt doesn't accept.
When PDT auto generates the URL for the PHP Web Page debug session, I go to http://localhost/myframe/index.php?XDEBUG%5FSESSION%5FSTART=ECLIPSE%5FDBGP&KEY=12569067976875, but myframe is in the frameworks folder, so I get a 404 error.
When I check a breakpoint, uncheck Auto Generate, add frameworks before myframe in URL, set Start Debug from http://localhost/frameworks/myframe/accounts/create in Advanced and click Debug, the debugger doesn't stop at the breakpoint.
© Server Fault or respective owner