Home > Backend Development > PHP Tutorial > fastcgi +php 提示 No input file specified.如何解决

fastcgi +php 提示 No input file specified.如何解决

WBOY
Release: 2016-06-13 12:16:13
Original
1070 people have browsed it

fastcgi +php 提示 No input file specified.怎么解决
服务器上有别的php 可以运行, 新建的就是不行, 
------解决思路----------------------
日志中应该有更多的信息,估计是你新建的文件权限不对,导致进程无法访问此文件
------解决思路----------------------
目录权限的问题。
------解决思路----------------------
你用了htaccess吧?

<br /><IfModule mod_rewrite.c><br />   RewriteEngine on<br />   RewriteCond %{REQUEST_FILENAME} !-d<br />   RewriteCond %{REQUEST_FILENAME} !-f<br />   RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]<br /></IfModule><br />
Copy after login


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template