I have recently ran my website with CakePHP
.
Today, when I was looking at the logs, I found this line:
Error: [MissingControllerException] Controller class Crossdomain.xmlController could not be found.
It means this page is not found:
http://www.mywebsite.com/crossdomain.xml
What's that XML file? and its usage? I don't have link to this file in my website, so users shouldn't go to this page.. (also, I don't have any SWF media on my pages)
Note: I ran my website on a subdomain.
Thanks.