【已解决】使用虚拟目录 隐藏index.PHP 出现错误 [ 新手入门 ]
我用的WAMP 配置如图: [attach]82[/attach] [attach]83[/attach] [attach]84[/attach] [attach]85[/attach]
出现错误! [attach]86[/attach]
那个大哥 给个解决方法、
已经解决了...
在虚拟目录上隐藏index.php
.htaccess配置如下
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /new/index.php/$1 [QSA,PT,L]
#/new/ new 为虚拟目录 没有虚拟目录的则为 RewriteRule ^(.*)$ /index.php/$1 [QSA,PT,L]
</IfModule>
共 3 条回复
yxmjc 湖北黄石
注册时间:2011-03-25
最后登录:2014-04-05
在线时长:0小时0分
最后登录:2014-04-05
在线时长:0小时0分
- 粉丝0
- 金钱50
- 威望0
- 积分50