newb question. I need to redirect everything from www.mysite.com/admin and mysite.com/admin to admin.mysite.com. Because several boxes share the same configuration and some of them will serve admin.mysite.com, I can't use a plain redirect. This rule to do the redirect, and every variation I've tried, doesn't ever match: RewriteCond %{HTTP_HOST} !^admin\.mysite\.com$ [NC] RewriteRule ^/admin https://admin.mysite.com [R=301,L] What am I missing? Any help is greatly appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx