|
发表于 2015-11-17 10:50:59
|
显示全部楼层
入口文件同层目录下创建.htaccess 内容为
<IfModule mod_rewrite.c>
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
</IfModule>
试试看 我就是这样隐藏掉的 楼主试试 |
|