How can I redirect to a plain html page from a zend_controller controlled page?
Posted
by curro
on Stack Overflow
See other posts from Stack Overflow
or by curro
Published on 2010-03-14T20:10:03Z
Indexed on
2010/03/14
20:15 UTC
Read the original article
Hit count: 214
zend-framework
|html
I want to link to a plain html page from a zend_controller controlled page. I have no idea how to do this.I have tried with 'redirect(site/somedir/some.html)' but, of course, that doesn't work. thank you
© Stack Overflow or respective owner