About 51 results
Open links in new tab
  1. 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 address …

  2. php - How do I run a file on localhost? - Stack Overflow

    I know it is working, but how do I run a file on it, and how do I verify that the file is in fact running on localhost? Server newbie here, additional questions (I have xampp running Apache 2.2): From your …

  3. ssl - How to create a https server on localhost - Stack Overflow

    Apr 28, 2017 · I followed this How to create an https server tutorial and the program runs without errors. However, when I try to open https://localhost:8000 in Chrome, it always returns an error:

  4. server - How to kill a localhost 3000 from terminal? - Stack Overflow

    Feb 14, 2024 · To find and terminate an application running on a specific port, you can use the lsof command followed by the kill command. Here's how you can do it: First, use the lsof command to list …

  5. Localhost or phpMyAdmin not found on server: How to fix?

    If you are not able to access localhost/phpmyadmin : First of all, add phpmyadmin folder to your working directory. Download it from https://www.phpmyadmin.net and unzip it. Add the folder to your working …

  6. How can I access my localhost server from other computers?

    I'm new to PHP, so I don't know how to explain it. I'm running WAMP on my computer and I would like to be able to access my localhost from another computer. Is it possible? How can I do this?

  7. 13 Best php localhost servers as of 2026 - Slant

    Feb 5, 2024 · AMPPS Stack, Laragon, and XAMPP are probably your best bets out of the 13 options considered. "MySQL Support" is the primary reason people pick AMPPS Stack over the competition. …

  8. Vite Server is running but not working on localhost

    Jan 13, 2022 · Vite + Reactjs server is running but I am getting "This localhost page can’t be found No webpage was found for the web address: https://localhost:4200/" on the browser

  9. Can't connect to MySQL server on 'localhost' (10061)

    Sep 23, 2008 · 127.0.0.1 localhost ::1 localhost Sometimes mysql can not trigger Windows to force start host services if firewall blocks it, so start it manually win + run>>services.msc, select the …

  10. How do I test a website using XAMPP? - Stack Overflow

    Dec 8, 2016 · Note: if your server is serving php files over html then remember to add localhost/index.html if the html file is the one you choose to use for this test. Something I should add, …