美文网首页
tp5开启PATH_INFO路由环境

tp5开启PATH_INFO路由环境

作者: 可乐_加冰_ | 来源:发表于2020-01-01 01:11 被阅读0次

配置,.htaccess文件

Options +FollowSymlinks -Multiviews

  RewriteEngine On

  RewriteCond %{REQUEST_FILENAME} !-d

  RewriteCond %{REQUEST_FILENAME} !-f

  RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]

相关文章

网友评论

      本文标题:tp5开启PATH_INFO路由环境

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