About 8,540,000 results
Open links in new tab
  1. php - How do I run a file on localhost? - Stack Overflow

    Anything that you type after localhost/ is the path inside the root directory of your server(www or htdocs). You don't need to specify the complete path of the file you want to run but just the …

  2. What is the difference between 127.0.0.1 and localhost

    Sep 12, 2011 · On modern computer systems, localhost as a hostname translates to an IPv4 address in the 127.0.0.0/8 (loopback) net block, usually 127.0.0.1, or ::1 in IPv6. The only …

  3. configure localhost for windows 10 - Microsoft Community

    Dec 26, 2018 · How to configure localhost for windows 10. Harassment is any behavior intended to disturb or upset a person or group of people.

  4. Apache VirtualHost and localhost - Stack Overflow

    Jun 11, 2012 · I had the same issue of accessing localhost while working with virtualHost. I resolved it by adding the name in the virtualHost listen code like below: In my hosts file, I have …

  5. What is the difference between 0.0.0.0, 127.0.0.1 and localhost?

    Dec 26, 2013 · "localhost" is normally the hostname for the 127.0.0.1 IP address. It's usually set in /etc/hosts (or the Windows equivalent named "hosts" usually at …

  6. What's the whole point of "localhost", hosts and ports at all?

    In computer networking, localhost (meaning "this computer") is the standard hostname given to the address of the loopback network interface. Localhost always translates to the loopback IP …

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

    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 address …

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

    Mar 13, 2012 · ## # Host Database # localhost is used to configure the loopback interface ## #... 127.0.0.1 symfony.local From now on, everytime you type symfony.local on this computer, …

  9. how to open any php file from localhost? - Stack Overflow

    Jan 12, 2017 · I just need to simply open .php files from localhost (by double clicking) , I'm using a windows system. php;

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

    Jun 22, 2012 · How to make XAMPP apache admin open localhost:8080/xampp? apache; xampp; localhost; port; Share. Improve ...