Hi all. I am having trouble with a url rewrite. The hosting company has a step by step KB for this and it does not work as given - and they say it is written correctly when they view it on the server. When I type in the {sub domain}.domain.com it takes me to the domain.com's default page rather than the default page in the sub folder on the site. Steps I have followed:
1) {HTTP_HOST} pattern (www\.)?domain\.com, ->if someone typed in {subdomain}.{domain}.com
2) {PATH_INFO} .* alt try was ^/{folder}/
3) rewrite url= \{subdomainfolder}\{R:0}
Can someone demystify this for me? I have been watching Scott Forsyth's series, but I am not getting this and it was not covered directly. My default page is in Silverlight if that makes a difference. Thanks for looking.