[提问]
.htaccess方式設置子目錄站點出錯
|
|
本帖最后由 小偶 于 2012-2-15 07:08 PM 编辑
主栏目 是www.abc.com
设置www.abc.com/1 为www.1.com
但访问www.1.com后转到错误页
1.com却能正常浏览
代码写的是
RewriteEngine on
DirectoryIndex home.html index.html index.php index.cgi
RewriteCond %{REQUEST_URI} !^/1/.*
RewriteCond %{HTTP_HOST} =(www).1.com
RewriteRule ^(.*) /1/$1 [L]
求指点
|
|
|
|
|
|
|
|
|
|
|
微微百科
发表于 2012-2-16 09:04:57
|
显示全部楼层
|
你可以参照一下:http://bbs.idcspy.com/thread-106170-1-1.html |
|
|
|
|
|
|
|
|