tp5 隐藏index.php

2019-03-01  本文已影响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>

上一篇 下一篇

猜你喜欢

热点阅读