Hello! We have an website with different domain addresses: www.firma1.com www.firma1.de www.firma-1.de I want to set up an relative redirection like this: http://www.**--****.com/ ??.???/content1 to http://www.**--****.com/ ??.???/content1new Jow can I solve it without an explicit redirection for each domain? Maybe relative redirection? ../content1 to ../content1new How I set it up with IIS6? Many thanks!