SyntaxFix
Write A Post
Hire A Developer
Questions
You are accesing localhost, meaning you have a web server running on your machine. To access it from Internet, you need to assign a public IP address to your machine. Then you can access http://<public_ip>:<port>/. Port number is normally 80.
localhost
http://<public_ip>:<port>/