windows - connect to server script on xampp -
i have remote windows server 2008, , install xampp on server. write server script, , on server, can invoke server script http://localhost/fire/myfile.php
my question is: how invoke script computer? if ip address of windows server 192.168.1.1, url invoke script http://192.168.1.1/fire/myfile.php? url doesn't work.
if other computer in same network, attempt work. otherwise, if outside of network cannot access php-file internal ip-address.
in case have use wan address, or set dns on wan-address , redirect incoming requests port 80 (or port want use) internal ip-address on computer running xampp.
Comments
Post a Comment