How to access my local host server from internet
Posted
by rahul.p.33
on Super User
See other posts from Super User
or by rahul.p.33
Published on 2010-05-01T08:14:39Z
Indexed on
2010/05/01
18:39 UTC
Read the original article
Hit count: 442
web-services
How to access my local host server from internet have installed WAMP server on my Windows XP, And i had created a index.php file in my root folder, and i assigned a virtual name to my localhost. eg: earlier i accessed my index.php via: Code:
http:// localhost/ index.php
but now i can access like : Code:
http: //www. mysite. com/index.php
but the problem is that i can access this from my computer only..
how can i use it from internet.. please help me....
Thanks.
© Super User or respective owner