Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2011
    Posts
    16

    Default What is "http://localhost/"?

    Hi!
    I saw that considerable amount of visitors come in "http://localhost/". What is that site?

  2. #2

    Default

    Hello coolsam,

    The term localhost refers to the local computer that a program or a web application is running on. For more detailed information about the term and its meaning in computer networking, please refer to the article below:

    http://en.wikipedia.org/wiki/Localhost
    Best Regards,
    Nikolay A.
    SiteGround Senior Support Team

    Join us on Facebook
    Follow us on Twitter
    Web Hosting Suitable for You!

  3. #3
    Join Date
    Aug 2011
    Location
    INDIA
    Posts
    90

    Default

    its a local server running web application on the same computer ,It needs ports defined before to work .by default its address is 127

  4. #4
    Join Date
    May 2009
    Posts
    7

    Default

    Localhost is just another way of saying 127.0.0.1 which is your own server/computers internal loopback address. More info here - http://en.wikipedia.org/wiki/Localhost
    Last edited by mastershu; 03-21-2012 at 10:22 PM. Reason: minor

  5. #5
    Join Date
    May 2012
    Posts
    3

    Default

    Localhost is term applicable for testing and running local server in your pc its not like that you will get it live on internet.
    But you can check what is the output of the website which you are developing for live server.
    Basically you can get it from this IP 127.0.0.1.

  6. #6

    Default

    If you are running apache locally, then localhost (127.0.0.1) would be your home computer.
    If you're configuring your VPS or dedicated server, and localhost reference would be to that computer.
    For me, the most common use of localhost is when I create MYSQL databases on the servers.

Similar Threads

  1. Replies: 1
    Last Post: 10-12-2011, 06:26 AM
  2. Replies: 1
    Last Post: 04-26-2011, 01:56 AM
  3. Replies: 3
    Last Post: 05-21-2006, 08:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •