请教apache   rewirte

请教apache   rewirte

OS:   redhat   4.2       apache   2.0
目的:   博客系统泛域名解析后重定向到同一个目录就可以。

目前泛域名一切正常,问题出现在跳转到同一个目录,请看下面:

用户输入   http://任意主机名(也就是用户的注册名).test.com       跳转到       http://任意主机名.test.com/a/b/
如:http://user1.test.com       跳转到     http://user1.test.com/a/b/


急用,请高手指点了。。。

谢谢大家。。。。
RewriteEngine   on
RewriteCond   %{HTTP_HOST}   ^[^.]+\.test\.com
RewriteRule   ^/$   /a/b/   [R]