码迷,mamicode.com
首页 > Web开发 > 详细

tp5 重定向缺少index.php报错(No input file specified)

时间:2018-08-08 13:32:55      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:symlink   index.php   options   view   这一   path   rewrite   NPU   multi   

转别人的,有用,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)

标签:symlink   index.php   options   view   这一   path   rewrite   NPU   multi   

原文地址:https://www.cnblogs.com/zaoa/p/9441832.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!