0

where to place crossdomain.xml file. i am having secure web server which redirect to application server. Should i place it under root directory of web server or under root directory of application server.

PhilPursglove
  • 12,511
  • 5
  • 46
  • 68
Vikam
  • 1
  • possible duplicate of [where we can place crossdomain.xml](http://stackoverflow.com/questions/3101770/where-we-can-place-crossdomain-xml) – Brian Jun 17 '14 at 15:52

1 Answers1

0

Just place it in your root directory of domain you have to work with - http://[your.domain.or.subdomain]/crossdomain.xml

silent
  • 3,843
  • 23
  • 29