|
|
|
|
Re: Using PDT + Xdebug when a .htaccess rule is being applied [message #80366 is a reply to message #80333] |
Tue, 16 September 2008 17:32  |
Eclipse User |
|
|
|
Actually just setting the breakpoints in my index.php and running my
side in debug mode was enough tnks for the replies
:)
hertzel wrote:
> That´s correct it´s a drupal redirect, and I´m using a custom path the
> idea is to get there and start debugging right away, but as it´s a
> redirection there´s no way for me to get there...
>
> Shawn Clark wrote:
>> Make XDebug use index.php as the file to start. The rewrite rule below
>> looks like the Drupal redirect. Basically it is telling any path to go
>> to index.php so that is your starting file for any URL of your site.
>>
>> --
>> Shawn Clark
>> Senior Web Applications Developer
>> Acro Media Inc.
>>
>> hertzel wrote:
>>> HI I need to debug a page that looks like this
>>>
>>> http://localhost/path1/path2/path3
>>>
>>> and there's a .htaccess rule like this
>>>
>>> RewriteRule ^(.*)$ ./index.php?page=$1 [L]
>>>
>>> everything gets passed to index.php for processing, and as I´m using
>>> remote debugging this does not work as Xdebug requires a real file to
>>> start debugging
>>>
>>> Any Ideas?
>
> That
|
|
|
Powered by
FUDForum. Page generated in 0.09000 seconds