码迷,mamicode.com
首页 > 其他好文 > 详细

解决跳转出现 No input file specified.

时间:2017-05-09 14:53:45      阅读:354      评论:0      收藏:0      [点我收藏+]

标签:spec   engine   info   .htaccess   path   write   htaccess   index.php   request   

项目根目录中.htaccess文件修改为:

<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  RewriteEngine On

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

解决跳转出现 No input file specified.

标签:spec   engine   info   .htaccess   path   write   htaccess   index.php   request   

原文地址:http://www.cnblogs.com/guoyachao/p/6830336.html

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