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

apache PHP 隐藏 index.php 报错 No input file specified. 解决办法

时间:2020-06-24 17:47:41      阅读:63      评论:0      收藏:0      [点我收藏+]

标签:views   access   index   lan   file   apach   lang   pat   options   

在.htaccess中修改(如果是框架,则在public下的.htaccess)

<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>

OJBK

apache PHP 隐藏 index.php 报错 No input file specified. 解决办法

标签:views   access   index   lan   file   apach   lang   pat   options   

原文地址:https://www.cnblogs.com/cxfs/p/13188794.html

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