Quote: In Apache, I can upload an .htaccess file. What do I do in IIS?
Solution - use a global.asax event to check the referring url and redirect to the "real" domain. I had the same problem and wrote up the solution in my blog (with code snippet) -
http://www.demonzmedia.com/DemonzBlog/?p=13
The http module idea is also good.