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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -