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

在.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. 解决办法

上一篇:聊聊ASP.NET Core默认提供的这个跨平台的服务器——KestrelServer[转]


下一篇:mysql优化