一、3.2版本以前controller和action的访问方式
在3.2版本以前如果Controller=c、Action=a的话,访问规则如下:
http://localhost:81/demo1/index.php?/m=c&a=a
二、3.2版本的访问方式

在3.2版本中,如果还按以前的方式访问的话,会提示:无法加载模块:Index。如下图所示:

Thinkphp3.2版本Controller和Action的访问方法

在3.2版本中的正确的访问方式是:http://localhost:81/demo1/index.php/Home/Index/index。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-10-24
  • 2021-04-23
猜你喜欢
  • 2021-08-28
  • 2022-12-23
  • 2021-04-14
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2022-12-23
相关资源
相似解决方案