I have a main site, lets call it www.domain.com
I have a subdomain sub.domain.com
In my root directory, it has the "sub" folder. Inside "sub" folder, i have certain files that are not allowed to be viewed by public. So, in my IIS6 config, I set when public access the file, it would do a redirection to another URL. My problem is:
When I type this:
www.domain.com/sub/file => It would redirect, but when I type this:
sub.domain.com/file => It can access the file
The file type is .SWF
Please help