
Access is denied to: http://static.example.com/pie/PIE.htc
Hello, I am using nginx to serve up static files like css, js, images, etc.. at
http://static.example.com/ and my main site is served on apache at
http://example.com/Both Apache and Nginx are running on the same server as of now.
When testing in IE 6,7,8 I get an Access is denied to:
http://static.example.com/pie/PIE.htcI believe this is a cross site scripting issue however I do not know how to fix this. Any suggestions.