为了账号安全,请及时绑定邮箱和手机立即绑定

laravel 路由如何写,才能实现 /post 和 /post/ 指向一个位置?

laravel 路由如何写,才能实现 /post 和 /post/ 指向一个位置?

小唯快跑啊 2019-04-19 16:11:20
现在,/post/总会跳到别的页面,而不是跳到/post的位置。我的laravel版本是4.2,下面是测试代码。phpRoute::get('post',function(){return'w/outslash';});Route::get('post/',function(){return'withslash';});phpRoute::get('post/',function(){return'withslash';});Route::get('post',function(){return'w/outslash';});以上两种配置,结果都如下,都是/post/301跳到别的页面,/post页面正常。curlhttp://localhost/gitcafe/public/postwithslashcurlhttp://localhost/gitcafe/public/post/301MovedPermanentlyMovedPermanentlyThedocumenthasmovedhere.
查看完整描述

2 回答

  • 2 回答
  • 0 关注
  • 632 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信