Hi,

  In my controller, I want to redirect so I do this:

$url = $this->view->url( array( 'action'=>'projects' ), null, false );

// $url == /base_url/controller/project/1

$this->_redirect($url);


BUT inside Redirector->setGotoUrl it prepends base_url *again* so I get:

$url == /base_url/base_url/controller/project/1

1: How do I fix this?
2: Why does this happen?
3: Is it a bug or just very strange default behaviour?

Thanks for listening :-)

monk.e.boy
-- 
View this message in context: 
http://www.nabble.com/Redirect-Question-tp18337080p18337080.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to