Hi I define several domain pointers (www.a.com, www.b.com,...) to my site (www.mysite.com). When a client is entering www.a.com he is redirecting to www.mysite.com?user=a When a client is entering www.b.com he is redirecting to www.mysite.com?user=b How to modify the iis (url rewrite) in order to always keep the same domain pointer like When a client is entering www.a.com he is redirecting to www.a.com?user=a When a client is entering www.b.com he is redirecting to www.b.com?user=b Thanks