Local / Remote
-
Hi.
Today I found out, that my SVC runs on remote, instead of local!
Everything works fine so far, but "remote" is unacceptable, because I have a closed community.
crossdomain.xml:
<cross-domain-policy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nonamespaceschemalocation="http://www.adobe.com/xml/schemas/PolicyFile.xsd"><site-control permitted-cross-domain-policies="master-only">-->
<allow-access-from domain="localhost" to-ports=""><allow-http-request-headers-from domain="localhost" headers=""></allow-http-request-headers-from></allow-access-from></site-control></cross-domain-policy>(tried this also with domain.com instead of localhost.)
config.xml:
<config><webservice>local</webservice>
<language>en_US</language>
<serviceurl>http://www.domain.tv/svc/svc/services/registration.php</serviceurl>
<configurl>http://www.domain.tv/svc/svc/services/configuration.php</configurl></config>everything should be fine
PLEASE HELP!
-
Some hint would be really appreciated.
This was the main reason, why I bought your scripts.
-
works now.
changed the absolute path to relative.