Gilles Lenfant wrote at 2003-1-27 16:51 +0100: > With the rewritelog, I can see that the regular expression searches matches > in the *path* and not to the *URL* (as stated in mod_rewrite doc). Such it > wont pass anything to the expected $1 and $2 :( > I got to find out another way to virtualhost dynamically. You may try "RewriteCond" on the "HTTP_HOST" variable. Dieter