小铺有酒一两不够

关注

No input file specified

小铺有酒一两不够

关注

阅读 63

2022-07-27


网页出现错误:No input file specified


一、方法

与php版本有关  PHP版本5.6以上都会出现这个问题  把php版本改为5.5就OK


二、方法

.htaccess文件中的

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

在默认情况下会导致No input file specified.

修改成

RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]

问题解决。

相关推荐

夹胡碰

no input file specified 解决方法

夹胡碰 126 0 0

A邱凌

Nginx报错No input file specified.

A邱凌 47 0 0

pipu

tp5.1 错误 No input file specified.

pipu 96 0 0

迎月兮

Magento报错“No Input File Specified”的解决方法

迎月兮 73 0 0

boom莎卡拉卡

PHP no input file specified 三种解决方法

boom莎卡拉卡 84 0 0

古得曼_63b6

<input type=“file“>样式修改

古得曼_63b6 95 0 0

流计算Alink

[Maven]error:The specified user settings file does not exist

流计算Alink 134 0 0

金刚豆

centos + lnmp + tp6部署的项目,访问的时候经常出现No input file specified

金刚豆 58 0 0

三分梦_0bc3

The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)

三分梦_0bc3 47 0 0

小编

Android studio导入项目提示The same input jar [*.jar] is specified twice

小编 72 0 0

精彩评论(0)

0 0 举报