index.php添加如下代码

define('BIND_MODULE', 'Home');

这时就隐藏了url中的Home

然后就是去掉index.php

找到Application/Common/Conf/config.php 文件 添加如下配置

'URL_MODEL'             =>  2,

OK搞定!

相关文章:

  • 2021-10-15
  • 2022-12-23
  • 2022-12-23
  • 2021-07-29
  • 2021-05-19
  • 2021-05-26
  • 2022-12-23
猜你喜欢
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-10-30
  • 2021-06-06
  • 2022-01-21
相关资源
相似解决方案