I have to create a server which can be accessed by the people which are connected in LAN as well as the people which are not connected in LAN. Please suggest a proper solution.
Which type of server? Web server accessing can be filter by its own configuration file, you can filter which ip address can access to which directory on the server
I am not familiar with networking concepts. I am working on a PHP project. For that i am using WAMP server as a Localhost. This localhost is accessible by LAN connected computers. But I wanted to access my localhost/PHP project by the people which are not in the LAN. So please suggest me... Can anyone share me a video about it... plzzz
If you have a public IP address, you need to configure your virtualhost to listen to requests in that IP, and map them to the correct DocumentRoot. Something like this: