美文网首页
tp5 隐藏index.php

tp5 隐藏index.php

作者: 行熙 | 来源:发表于2019-03-01 20:42 被阅读0次

tp5.1 隐藏index.php文件

在原来tp5.1手册给的基础上 修改倒数第二行的代码 加一个?

<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>

详情请看 : https://blog.csdn.net/qq_36370731/article/details/72084031</pre>

相关文章

网友评论

      本文标题:tp5 隐藏index.php

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