ThinkPHP/---隐藏index.php

Posted Gupq

tags:

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

vhosts.conf

<VirtualHost *:80>
DocumentRoot "E:sasa"
ServerName sasa.cn
ServerAlias sasa.cn
<Directory "E:sasa">
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>

 

 

.htaccess

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

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

ThinkPHP 下如何隐藏index.php

[转]ThinkPHP5 隐藏index.php问题

ThinkPHP/---隐藏index.php

ThinkPHP隐藏入口文件的配置方法

thinkphp5.1隐藏index.php入口文件

thinkphp隐藏后台地址