How to access my local host server from internet
- by rahul.p.33
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.