networking - how to open index.php on local network -
i have installed wamp server on windows computer , set mysql database , php enabled web application. server running windows xp.
now want access index.php file through mac connected same network. when browse folder , click on file, downloads , opens on editor instead of browser. when right click on file , select open other, browsers greyed out , not selectable.
i appreciate if can me out this.
you trying access html file in file explorer.
web pages served web servers supposed accessed through browser (like safari, chrome, firefox , internet explorer).
so, if name of server machine (the 1 running windows xp, in case) is, say, windowshost
, go browser , type:
http://windowshost
or, maybe, since wamp:
http://windowshost:8080
that last part (:8080
) port web server is. depends on how configured.
Comments
Post a Comment