tp5.1 错误 No input file specified.

http://www.xxxx.com/admin/index/index

出现错误: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]

问题解决。

<IfModule mod_rewrite.c>
  Options +FollowSymlinks -Multiviews
  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>

  

原文地址:https://www.cnblogs.com/wntd/p/10048786.html

时间: 2024-11-06 03:48:18

tp5.1 错误 No input file specified.的相关文章

编译安装mmseg提示cannot find input file: src/Makefile.in错误

今天安装中文词检索功能模块 coreseek,其中一个分词模块 mmseg ,编译安装到最后,出现annot find input file: src/Makefile.in aclocal   //是一个perl 脚本程序,它的定义是:"aclocal - create aclocal.m4 by scanning configure.ac"libtoolize --force  //运行后有一个错误,不用管它.automake --add-missingautoconfautohe

PHP偶尔出现No input file specified.错误

网站运行环境,Linux+Nginx+Mysql+PHP,访问网站时,偶尔正常,偶尔出现No input file specified.的错误.解决过程: 进入nginx配置文件 cd /etc/nginx/ #服务器安装路径可能不同 vim nginx.conf 查找到错误日志文件路径 查看错误日志 tail -f /var/log/nginx/error.log 上图显示的关键字为Too many open files,说明index.php这个文件被请求过多,我使用的是php-fpm来启动

配置Nginx支持php,出现No input file specified错误的解决方法

今天有一个项目上有一个模块,程序使用php写的,需要的服务器上搭建PHP的环境,由于我公司的服务器都是Windows系列的,本来前两天买了一台新的服务器,上面搭建了IIS服务器,跑的一个ASP的项目,现在又要部署一个PHP的项目,本想直接在IIS上配置让其支持PHP,但一想性能可能不会很高,于是又想用Apache2.2搭建一个环境,这个重量级的有点大,于是又到了Nginx,这个很小的,使用起来很方便,功能是很强大的,配置好后,访问php文件,出现 "No input file specified

【LNMP】提示Nginx PHP “No input file specified”错误的解决办法

原理: 任何对.php文件的请求,都简单地交给php-cgi去处理,但没有验证该php文件是否存在. PHP文件不存在,没办法返回普通的404错误,它返回 一个404,并带上一句"No input file specified" 另外,还可能跟 路径或者 权限有关系,或者SCRIPT_FILENAME 变量没有被正确的设置(这在nginx是最常见的原因). 解决办法: 1 打开文件: usr/local/php/etc/php.ini,修改以下配置 把cgi.fix_pathinfo=

tp5 No input file specified.

我的是windows10 系统,phpstudy 环境 ,配置的本地虚拟机,tp5.1 访问跟目录正常 访问次级页面报错 对于 tp5  No input file specified.  的问题,其实是 .htaccess 文件的配置问题 源文件是这样的 <IfModule mod_rewrite.c> Options +FollowSymlinks -Multiviews RewriteEngine On  RewriteCond %{REQUEST_FILENAME} !-d Rewri

tp5 之 &quot;No input file specified

tp5 之 "No input file specified" 问题 通过"域名/模块/控制器/方法"这样的方式访问的时候,浏览器输出如下: 直接通过"域名"访问,则可以正常显示tp5框架指定的首页 原因 配置虚拟域名时, DocumentRoot 项 可能只设定到目录,而没有到文件 解决办法: 找到配置文件vhosts.conf,将DocumentRoot 项,设定指向tp5框架的public目录中的index.php **提示:不修改的话,要

运行PHP出现No input file specified错误的解决办法

今天配置了一台新服务器,使用的是IIS + Fastcgi + PHP 5.3.X,在默认网站下运行都是正常的,但是新增一台虚拟主机或网站访问php页面的时候就会报错"No input file specified".按照网上的各种解决方法,如屏蔽doc_root.给目录加权限.修改缓冲池等等都无效. 后来发现一个解决的文档,找着试了确实管用,方法如下: 打开php.ini文件,这个你看你怎么配置的了. 在php.ini文件里面修改: 1.增加一行(这个最重要) fastcgi.imp

安装coreseek cannot find input file: src/Makefile.in 错误解决方法

安装coreseek 出现了cannot find input file: src/Makefile.in 解决方法如下 >autoheader >automake --add-missing --copy >autoconf 然后再执行./configure --prefix=/usr/local/mmseg 即可解决.

tp伪静态设置,报No input file specified错误

分类: Apache PHP 在你的Apache安装文件夹conf里找到httpd.conf文件 搜索LoadModule rewrite_module modules/mod_rewrite.so 如果前面有注释符号#,请去掉.搜索Options FollowSymLinks,然后将它下面的AllowOverride None 修改为AllowOverride All: [1] 没想到遇见了 No input file specified 因为项目用了URL route ,估摸着可能是rewr