I am having some trouble with a flash file that has hardcoded urls in it. The flash loads fine if I visit from abc.com. But if I try to view it from http://www.abc.com it wont load.
So my question is, how do I got about forcing all traffic, including that coming from http://www.abc.com to be directed to abc.com instead.
This is what I use, in conjunction with apache’s mod_rewrite module. It’s domain-agnostic.