tp5隐藏index.php入口文件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tp5隐藏index.php入口文件相关的知识,希望对你有一定的参考价值。

修改.htaccess文件

  1. <IfModule mod_rewrite.c>  
  2. Options +FollowSymlinks -Multiviews  
  3. RewriteEngine on  
  4. RewriteCond %{REQUEST_FILENAME} !-d  
  5. RewriteCond %{REQUEST_FILENAME} !-f  
  6. RewriteRule ^(.*)$ index.php?/$1 [QSA,PT,L]  
  7. </IfModule> 

修改后的文件  

 

  1. <pre code_snippet_id="2463884" snippet_file_name="blog_20170629_4_2585774" name="code" class="plain"><IfModule mod_rewrite.c>  
  2.   Options +FollowSymlinks -Multiviews  
  3.   RewriteEngine On  
  4.   RewriteCond %{REQUEST_FILENAME} !-d  
  5.   RewriteCond %{REQUEST_FILENAME} !-f  
  6.   RewriteRule ^(.*)$ index.php?s=$1 [QSA,PT,L]  
  7. </IfModule>

 

以上是关于tp5隐藏index.php入口文件的主要内容,如果未能解决你的问题,请参考以下文章

TP5隐藏index.php

入口文件 index.php 隐藏

tp5 隐藏index.php 邓士鹏

tp5入口文件的隐藏

apache重定向到https和TP5的隐藏index重定向

apache隐藏入口文件index.php