I think you need a route. Something like:
routes_in = (('.*:/crossdomain.xml', '/yourapp/static/
crossdomain.xml'),)
routes_out= ()
On Oct 1, 9:19 am, Felipe <[email protected]> wrote:
> Hi,
>
> I have a problem and i will try to explain it here :
>
> In my aplication I configurated Apache with WSGI so that when someone
> redirects to my ip, apache redirects it to the web2py. Then I use a
> Flex aplication with the web2py, calling remote method's with remote
> objects, but flex has a security sandbox, that i need a
> crossdomain.xml in the root of my page soo that the #2048 security
> sandbox error doesnt appear.
> But when the swf try too access the addresshttp://ip/crossdomain.xml
> it gets redirected to web2py page and cant find the crossdomain.xml
>
> what can I do to solve this problem?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---