TP5.1隱藏public和index.php

1.將public下的index.php和htaccess文件移到根目錄下php

2.修改index.php文件iview

注意這裏,須要修改code

3.修改htaccess文件it

/*
author:咔咔
wechat:fangkangfk
*/
<IfModule mod_rewrite.c>
  Options +FollowSymlinks -Multiviews
  RewriteEngine On
 
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php?s=$1 [QSA,PT,L]
</IfModule>

訪問路徑:io

相關文章
相關標籤/搜索