How to access my local host server from internet
Posted
by rahul.p.33
on Stack Overflow
See other posts from Stack Overflow
or by rahul.p.33
Published on 2010-05-01T08:14:39Z
Indexed on
2010/05/01
8:27 UTC
Read the original article
Hit count: 448
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.
© Stack Overflow or respective owner