[提问]
绑定子目录的时候出现了一个问题、、谁帮忙解决下
|
|
Rewriteengine on
DirectoryIndex home.html index.html index.php index.cgi
# a网站设置项
RewriteCond %{REQUEST_URI} !^/marshu/.*
RewriteCond %{HTTP_HOST} =www.77xiazai.cn
RewriteRule ^(.*) /marshu/$1 [L]
照着这个设置的。可是显示的主页是http://www.77xiazai.cn/marshu/
怎样把我的子目录marshu隐藏掉? |
|
|
|
|
|
|
|
|
|
|
微微百科
发表于 2011-4-23 09:13:02
|
显示全部楼层
|
|
|
|
|
|
|
|