On Tue, Feb 12, 2013 at 10:14 AM, whisher <whishe...@gmail.com> wrote:
> Hi,
> I'm still just playing around (the
> play is quite over :) ) so I tried
> within an action controller to call prg
> method to redirect  to a specific action like this
> return $this->prg('/auth/login',true);
> my current url is
> http://localhost/blog/public/auth/signup
> the redirect to
> http://localhost/auth/login
> I tried to set
> RewriteBase /blog/public/
> but it doesn't
> what's the trouble ?

Can you take a look at
https://github.com/zendframework/ZendSkeletonApplication/blob/master/public/.htaccess
and indicate if your htaccess matches it? In particular, the last 3
lines are intended to solve this very problem, and I'm curious if
you're on an older version.



--
Matthew Weier O'Phinney
Project Lead            | matt...@zend.com
Zend Framework          | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to