直接输入localhost可正常访问,输入localhost/index/index/index报错No input file specified.

来源:2-4 模块设计

小小22166

2020-08-16 17:21

直接输入localhost可正常访问,输入localhost/index/index/index报错No input file specified.

写回答 关注

2回答

  • 乐享李
    2020-10-28 19:04:12

    需要设置你的站点伪静态,打开public-.htaccess

    把:RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]

    改成:RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]

    就可以了

    油包排骨

    果然如此,多谢!

    2021-04-10 11:19:15

    共 1 条回复 >

  • 隔壁母猪小心老王
    2020-08-18 13:16:40

    你看看你域名的入口文件是不是public下index.php

快速入门ThinkPHP 5.0--基础篇

ThinkPHP5已发布多时,想了解ThinkPHP5的新特性吗?老司机带你马上出发~

58655 学习 · 495 问题

查看课程

相似问题