Can you try?

routes_in = ((/crossdomain.xml', '/init/static/crossdomain.xml'),)

On May 8, 11:58 am, Dane <dane.schnei...@gmail.com> wrote:
> Hello,
>
> In my routes.py file, I have this line:
>
> routes_in = (('.*:/crossdomain.xml', '/init/static/crossdomain.xml'),)
>
> Working locally, if I go tohttp://localhost:8080/crossdomain.xml,
> the file is there.
>
> However, when I upload to google app 
> engine,http://www.mydomain.appspot.com/crossdomain.xml
> gives a 404. The rest of the deployed app is working fine.
>
> Any ideas?
>
> Thanks,
>
> Dane

Reply via email to