thinkphp5 去掉url里的index.php
在项目的public文件夹(thinkPHP默认的入口文件)下增加一个 .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>
声明:该文观点仅代表作者本人,牛骨文系教育信息发布平台,牛骨文仅提供信息存储空间服务。
- 上一篇: ThinkPHP5中路由的设置
- 下一篇: 【PHP】日期时间戳转换