I have download webserver on my computer.It's works great, but only I can see that page.What can I do so, all can view my website from localhost?
I have download webserver on my computer.It's works great, but only I can see that page.What can I do so, all can view my website from localhost?
depending on how you installed it but if you have installed it with the correct configuration, it should just be your ip address if i'm not mistaken.
its been years since i ran a webserver so have compeltely forgotten but try punching in the webserver's ip address on another machine and see how it goes
get the ip address from http://whatismyip.com
and make sure correct ports are forwared on your router (if applicable)
sorry if my info is wrong.. but like i said it has been YEARS since i did anythin related. hope it helps in someway
i could be wrong, but i'm pretty sure you can access it with just:
localhost/...
but if you want to be strict:
http://localhost
these are the default settings i have it with XAMPP on my computer
he's asking how can OTHERS access his webserver. i.e. you and me. he says that he CAN access it but he wants to know how OTHERS can access his webserver.
i think.. . ? lol