[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] Using PDT + Xdebug when a .htaccess rule is being applied
|
- From: hertzel <emudojo@xxxxxxxxx>
- Date: Fri, 12 Sep 2008 16:13:55 -0600
- Newsgroups: eclipse.tools.pdt
- Organization: EclipseCorner
- User-agent: Thunderbird/3.0a2 (Windows; 2008072418)
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?