My application is mixture of simple PHP webpages and zend application. Sometime I need to redirect to simple PHP webpage from zend application’s Action.
For example:
I want to redirect from example.com/module/controller/action to example.com/simplephp.php.
I tried header("Location: example.com/simplephp.php"); but it is not working.
Thanks
Yes, the basic redirect action helper allows you to redirect to any URL.