Re: [fw-general] Routing does not work correctly

2007-06-26 Thread Jim Scherer
Matthew, I created an issue for this bug http://framework.zend.com/issues/browse/ZF-1630 and assigned it to you. This needs to be resolved before the 1.0 version or those that with this issue that try to use the MVC will fail and you don't want a lot of bad press. Jim -- View this message in

Re: [fw-general] Routing does not work correctly

2007-06-26 Thread Jim Scherer
Matthew resolved this issue yesturday, my bad. I've tested it and it is functioning properly. Thanks, Jim alesl wrote: Hi. When testing a Zend Framework application at Dreamhost hosting, I discovered a problem with the routing system in my particular configuration. At home everything

[fw-general] Routing does not work correctly

2007-06-21 Thread alesl
Hi. When testing a Zend Framework application at Dreamhost hosting, I discovered a problem with the routing system in my particular configuration. At home everything works perfectly (tested on windows and linux - apache_mod), but routing does not work correctly in environmet with Apache, suexec

Re: [fw-general] Routing does not work correctly

2007-06-21 Thread Matthew Weier O'Phinney
-- alesl [EMAIL PROTECTED] wrote (on Thursday, 21 June 2007, 10:10 AM -0700): When testing a Zend Framework application at Dreamhost hosting, I discovered a problem with the routing system in my particular configuration. At home everything works perfectly (tested on windows and linux -

Re: [fw-general] Routing does not work correctly

2007-06-21 Thread Jim Scherer
Hi, I'm a Dreamhost hosting user and I am having routing problems too. I've hacked Zend_Controller_Request_Http public function setRequestUri to resolve my issue and have posted a question about it here http://www.nabble.com/Zend_Controller_Request_Http-setRequestUri-bug--tf3953464s16154.html

Re: [fw-general] Routing does not work correctly

2007-06-21 Thread Aleš Lončar
FastCGI Matthew Weier O'Phinney wrote: -- alesl [EMAIL PROTECTED] wrote (on Thursday, 21 June 2007, 10:10 AM -0700): When testing a Zend Framework application at Dreamhost hosting, I discovered a problem with the routing system in my particular configuration. At home everything works

Re: [fw-general] Routing does not work correctly

2007-06-21 Thread Matthew Weier O'Phinney
-- Jim Scherer [EMAIL PROTECTED] wrote (on Thursday, 21 June 2007, 11:41 AM -0700): I'm a Dreamhost hosting user and I am having routing problems too. I've hacked Zend_Controller_Request_Http public function setRequestUri to resolve my issue and have posted a question about it here

Re: [fw-general] Routing does not work correctly

2007-06-21 Thread Aleš Lončar
I'm not sure if this is the solution for your problem. But if you are stuck, this maybe worth a try. It worked!! Thanks! Jim Scherer wrote: Hi, I'm a Dreamhost hosting user and I am having routing problems too. I've hacked Zend_Controller_Request_Http public function setRequestUri to resolve

Re: [fw-general] Routing does not work correctly

2007-06-21 Thread Matthew Weier O'Phinney
-- Aleš Lončar [EMAIL PROTECTED] wrote (on Thursday, 21 June 2007, 09:36 PM +0200): I'm not sure if this is the solution for your problem. But if you are stuck, this maybe worth a try. It worked!! Thanks! While it may have worked, would one of you (Jim or Ales) be willing to

Re: [fw-general] Routing does not work correctly

2007-06-21 Thread Jim Scherer
Matthew, Actual requested URI = ANY $_SERVER['REDIRECT_URL'] = '/index.php' $_SERVER['REQUEST_URI'] = '/' Here were my earlier post to try to resolve this in the order I posted them: http://www.nabble.com/Invalid-controller-specified-%28index.php%29-tf3938224s16154.html