
如何让ThinkPHP5项目不再显示index.php?
本文共计430个文字,预计阅读时间需要2分钟。去除tp5中index.php的方法:1.使用`ThinkUrl::root('');`2.修改`.htaccess`配置,代码如`RewriteCond %{REQUEST
共收录篇相关文章

本文共计430个文字,预计阅读时间需要2分钟。去除tp5中index.php的方法:1.使用`ThinkUrl::root('');`2.修改`.htaccess`配置,代码如`RewriteCond %{REQUEST