About 4,530,000 results
Open links in new tab
  1. What is the difference between 0.0.0.0, 127.0.0.1 and localhost?

    Dec 26, 2013 · You can use it just like any other hostname - try ping localhost to see how it resolves to 127.0.0.1. 0.0.0.0 has a couple of different meanings, but in this context, when a …

  2. Localhost applications failing after installing "2025-10 Cumulative ...

    I just installed the 2025-10 cumulative update for Windows 11 on my laptop and am now getting errors on trying to run applications on localhost. Does anybody else have the same problem …

  3. How do I connect to this localhost from another computer on the …

    Mar 13, 2012 · I'm currently working on a project and I would like to test it out on two laptops at home where one laptop connects to the localhost on the other. I am using XAMPP. How do I …

  4. localhost - Not able to access local server running after VPN ...

    Aug 19, 2015 · To access localhost in this case what you have to do is Ensure that VPN is off Set up port forwarding and then find out your external ip address. Test it by using the external ip …

  5. Apache VirtualHost and localhost - Stack Overflow

    Jun 11, 2012 · Actually, I didn't use ServerName localhost, just copied (from httpd.conf) DocumentRoot and <Directory parts and it worked fine - same as previously with all hosts …

  6. How to set xampp open localhost:8080 instead of just localhost

    Jun 22, 2012 · How to set xampp open localhost:8080 instead of just localhost Asked 13 years, 4 months ago Modified 4 years, 11 months ago Viewed 128k times

  7. Add subdomain to localhost URL - Stack Overflow

    Unfortunately, because localhost is not a proper domain, you can't add a subdomain to it like that. You can, however, trick your computer into thinking it owns a specific domain and test things …

  8. Using reCAPTCHA on localhost - Stack Overflow

    Google indeed says "By default, all keys work on 'localhost' (or '127.0.0.1')", but for real using reCAPTCHA on localhost may cause problems. In my case, I solved it using secure tokens.

  9. Why is my local website not working in IIS - Stack Overflow

    Sep 25, 2020 · 0 Here is my solution of similar problem with localhost not working in local browser: Go to IIS panel and right-click mouse on your site Choose "change bindings" Make …

  10. localhost:8080 works, localhost/localhost:80 doesn't - but port ...

    Aug 4, 2022 · The IANA has assigned 80 as the HTTP well-known port number. So browsers use this port by default. If something is listening on a different port, you have to specify the port. If …