Question about AppEngine.
You need to at my.appspot.com/crossdomain.xml was a file crossdomain.xml.
What rule to prescribe in app.yaml?
I tried this:
- url: /crossdomain.xml
script: crossdomain.xml
or
- url: /crossdomain.xml
static_dir: static
Not working, error 500.
Please help, rather urgent question...