dou1908 2014-09-15 05:56
浏览 18
已采纳

如何在CakePHP中重写URL [关闭]

I am using Cake 2.3 and I have a URL like this:

http://www.example.com/events/event_name

I want to show

http://www.example.com/event_name

I have gone through many links but with no success I am posting here. Please help me in this.

  • 写回答

1条回答 默认 最新

  • dongpang1898 2014-09-15 06:00
    关注

    As mentioned in cakephp official documentation you can use Router class in your bootstrap.php file like

    Router::redirect('/posts/*', 'http://google.com', array('status' => 302));
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?