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的主要内容,如果未能解决你的问题,请参考以下文章