分享
  • 收藏
  • 举报
    X
    频道二级域名的配置,我完全按照教程操作了,为什么路由规则仍然没有生效
    • 健康1 消费219.09元 2021-01-10 19:39 19:39
    596
    1

    我完全按照教程操作了

    然后再修改 \application\route.php 查找里边类似的代码

    Route::group(['name'=>'bbs','ext'=>'html','__domain__'=>'thinkphp'], [
            'show-<id>' =>['bbs/content/show',['method'=>'get'],['id' => '\d+']],
            'list-<fid>'=>['bbs/content/index',['method'=>'get'],['fid' => '\d+']],
            'mid-<mid>'=>['bbs/content/index',['method'=>'get'],['mid' => '\d+']],
            'show' => 'bbs/content/show',
            'list' => 'bbs/content/index',
            'index$' => 'bbs/index/index',
    ]);
    把他删除,换成下面的代码

    Route::domain('bbs',[
        'show-<id>' =>['bbs/content/show',['method'=>'get'],['id' => '\d+']],
        'list-<fid>'=>['bbs/content/index',['method'=>'get'],['fid' => '\d+']],
        'mid-<mid>'=>['bbs/content/index',['method'=>'get'],['mid' => '\d+']],
        'show' => 'bbs/content/show',
        'list' => 'bbs/content/index',
        'index$' => 'bbs/index/index',
        '/$' => 'bbs/index/index',
    ]);

    这个步骤我已经操作了,为什么路由规则仍然没有生效
    访问bbs.10010000.cc和bbs.10010000.cc/index.html仍然是访问网站首页,但访问bbs.10010000.cc/bbs/index/index.html则能直接访问频道主页,
    群模块也是如此:
    访问qun.10010000.cc和qun.10010000.cc/index.html仍然是访问网站首页,但访问qun.10010000.cc/bbs/index/index.html则能直接访问频道主页

    5
    赏礼
    赏钱
    收藏
    点击回复
        全部留言
    • 1
    • admin 超级管理员 消费:3.03元 2021-01-10 22:03 22:036楼
      当时一个用户订做的.帮他是调试成功了.太久了.我也没印像了.暂时也不想折腾.建议不在用二级域名, 不然很多地方容易出问题.AJAX不能跨域.跨频道调用数据,容易出问题
    0 赏钱 赏礼回复
    更多回复
        你可能感兴趣的主题
    恢复多功能编辑器
  • 3 1
  • 推荐内容
    扫一扫访问手机版
    请选择要切换的马甲:

     
    网页即时交流
    QQ咨询
    咨询热线
    020-28998648