php - How to specify the web server location? -
i using flash builder build application. i've been using wamp server test on, need redirect remote server. have domain name linked 000webhost server , working fine, root url. web root \public_html\prototype. when put them both in, flash builder says web root doesn't exist (but directories on server) , url works fine when put browser can't see issue is? know i'm missing? web root not directories on server?
so web root put is: \public_html\prototype
and root url is:
http://mel********dt.com (it connected 000webhost , works fine)
the error message is: selected web root folder not exist (it on server)
all need change endpoint property of servicecontrol. go service package: if have employees service, should file called super_eployeesservice.as. in file have change endpoint new url, or service located , gateway.php file.
_servicecontrol.endpoint = "http://mel********dt.com/.../.../gateway.php";
Comments
Post a Comment