tp5 重定向缺少index.php报错(No input file specified)
Posted 要学习
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tp5 重定向缺少index.php报错(No input file specified)相关的知识,希望对你有一定的参考价值。
转别人的,有用,Mark一下
public 下的.htaccess 修改为
<IfModule mod_rewrite.c>
Options +FollowSymlinks -Multiviews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] //此行去掉换成下面这一句
RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] //写上这一句
</IfModule>
以上是关于tp5 重定向缺少index.php报错(No input file specified)的主要内容,如果未能解决你的问题,请参考以下文章
nginx 重定向循环,从 url 中删除 index.php
tp5.1 错误 No input file specified.
301将index.html重定向到/或/index.php