Believe me I did, but in this case I didn't find a solution which worked for my need.
On 19 Jan., 15:44, Thiago Belem <[email protected]> wrote: > Check the Router class on the documentation. > > -- > Thiago Belem, > Desenvolvedor WEB > > Enviado do meu Android > Em 19/01/2012 11:28, "heohni" <[email protected]> > escreveu: > > > > > > > > > Hi, > > > from a relaunch I have many old links in google which all land on a > > 404 page and I would like to redirect them to the new homepage. What > > do I have to do when I want to catch all of these links with this file > > name: > > > /search.php?anylongquerystring > > > to redirect it to the homepage? > > > I tried this: > > Router::connect('/search*', array('controller' => 'pages', 'action' => > > 'display', 'home')); > > > But nothing happen, the links still go to the 404 page. > > > What can I do better? > > > Thanks! > > > -- > > Our newest site for the community: CakePHP Video Tutorials > >http://tv.cakephp.org > > Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help > > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > > [email protected] For more options, visit this group > > athttp://groups.google.com/group/cake-php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
