你先试试,xxx.com/index.php?s=index/index/index,是否可以正常打开,如果可以,你用以下代码:

如果是nginx:

在网站配置下添加如下代码

if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}

相关文章:

  • 2021-06-13
  • 2021-08-26
  • 2022-12-23
  • 2021-11-18
  • 2021-07-24
  • 2022-01-31
  • 2022-12-23
猜你喜欢
  • 2021-12-02
  • 2021-05-30
  • 2022-12-23
  • 2022-01-03
  • 2022-02-21
  • 2022-12-23
  • 2021-08-06
相关资源
相似解决方案