美文网首页
tp5 重定向缺少index.php报错(No input fi

tp5 重定向缺少index.php报错(No input fi

作者: 听城 | 来源:发表于2017-10-28 20:47 被阅读198次

入口文件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]
</IfModule>

相关文章

网友评论

      本文标题:tp5 重定向缺少index.php报错(No input fi

      本文链接:https://www.haomeiwen.com/subject/ttzspxtx.html