Dear all:
I am a newer to PHP.
I start from Zend framework. My platform is ubuntu, apache, eclipse PDT.
Yesterday, everything went OK. But after I debug my code. The zend framework cannot dispatch the request right.
I debug it again by xdebug in eclipse. Using eclipse internal web browser, everything is OK. Using external web brower, it cannot dispatch the request again.
I just use the basic example downloaded from the zend framework website. (guestbook)
Many thanks for help.
PHP, Zend Framwork error after xdebug
Moderator: General Moderators
-
wangqiang8511
- Forum Newbie
- Posts: 2
- Joined: Tue Mar 01, 2011 11:59 pm
-
wangqiang8511
- Forum Newbie
- Posts: 2
- Joined: Tue Mar 01, 2011 11:59 pm
Re: PHP, Zend Framwork error after xdebug
Sorry. I found the reason. I don't enable the route rewrite module of apache2. Now, it works. Thank you very much.