Note that there are some explanatory texts on larger screens.

plurals
  1. PO.htaccess for Zend Debugger, Eclipse and Zend Framework
    primarykey
    data
    text
    <p>I want to debug my project in Zend Framework in Eclipse. Zend Debugger is already running bud now I have problem with Debug tool in Eclipse. It give an extra GET parametrs and the project in Zend don't like it.</p> <p>I tried to google it and found <a href="http://framework.zend.com/wiki/display/ZFDEV/Configuring+Your+URL+Rewriter" rel="nofollow noreferrer">this</a></p> <p>I modifed the <em>.htaccess</em> file but not make it working.</p> <pre><code>RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.*)?(start_debug=1.*)$ index.php?$2 [L] RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L] </code></pre> <p>Don't know if its completely right because the Rewrite rules on the <a href="http://framework.zend.com/wiki/display/ZFDEV/Configuring+Your+URL+Rewriter" rel="nofollow noreferrer">page</a> has some for me uknown flags which my Apache do not work with.</p> <p>the link which is Eclipse making is </p> <blockquote> <p><a href="http://localhost/?debug_start_url=http://localhost/&amp;debug_session_id=1007&amp;start_debug=1&amp;debug_host=127.0.0.1&amp;debug_no_cache=1229359621130&amp;debug_port=10000&amp;send_sess_end=1&amp;original_url=http://localhost/&amp;debug_stop=1" rel="nofollow noreferrer">http://localhost/?debug_start_url=http://localhost/&amp;debug_session_id=1007&amp;start_debug=1&amp;debug_host=127.0.0.1&amp;debug_no_cache=1229359621130&amp;debug_port=10000&amp;send_sess_end=1&amp;original_url=http://localhost/&amp;debug_stop=1</a></p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload