I want to serve static content from a cookieless domain using htaccess. Suppose I have got 2 domains registered. E.g abc.com and xyz.com
abc.com is my main site where the code and all content is hosted.
If I point xyz.com to abc.com's server using a CNAME record, then is it possible to serve my static content like images using xyz.com as tld and not set cookies for it? If yes how. I have went through the articles and found htaccess tricks, but unsure how to do it specifically for a particular domain. Please help