dongqi0644 2013-04-16 21:33
浏览 35
已采纳

CodeIgniter路由的特例

So I've got a mostly static site. My default controller handles most views in it's index action, simply passing the $this->uri->segment(1) through to my template.

$route['default_controller'] = 'master';
$route['(:any)'] = 'master';
$route['404_override'] = '';

But now I'm implementing a new controller that I would like to have default behavior. And I don't want to be sullying up my routes config with superfluous routes for every single action. So how can I say, route anything to the default master controller except for NewController, which you should handle normally.

  • 写回答

2条回答 默认 最新

  • duanchong3075 2013-04-16 22:55
    关注

    Use the 404_override route location to handle your wildcard pages. That way you won't need to define every existing controller/method that you create.

    Just make sure that the 404_override controller/method then correctly outputs an HTTP 404 header, and any appropriate output for the browser.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 急matlab编程仿真二阶震荡系统
  • ¥20 TEC-9的数据通路实验
  • ¥15 ue5 .3之前好好的现在只要是激活关卡就会崩溃
  • ¥50 MATLAB实现圆柱体容器内球形颗粒堆积
  • ¥15 python如何将动态的多个子列表,拼接后进行集合的交集
  • ¥20 vitis-ai量化基于pytorch框架下的yolov5模型
  • ¥15 如何实现H5在QQ平台上的二次分享卡片效果?
  • ¥15 python爬取bilibili校园招聘网站
  • ¥30 求解达问题(有红包)
  • ¥15 请解包一个pak文件