How can I redirect to cakephp based on the following code:
<noscript>
//redirecionamento aqui
</noscript>
I'm using:
<noscript>
<meta http-equiv="refresh" content="1; url=error.ctp">
</noscript>
is giving the error that there is no action error in the controller.
The view does not allow $ this-> redirect ();
How do I. I know it's not cake. If someone directs me in this detail too, I am grateful.