0
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 in the controller there is no error action.
View does not allow $this->redirect();
How do I do it. I know it is not the convension of cake. If someone orients me also in this detail, I am grateful.
What version of your Cakephp?
– Julyano Felipe
How exactly would you like to do it? Once the user enters the page, they are already redirected to another?
– Julyano Felipe