Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Firefox can't establish a connection to the server at localhost

  • 2 antwoorden
  • 5 hebben dit probleem
  • 1 weergave
  • Laatste antwoord van StewartBr

more options

I was building a wordpress website on my PC: using Firefox browser, accessing wordpress through WebMatrix which opened Firefox & showed a 'localhost:20238' address. It worked for 5 days then WebMatrix said ' website does not exist. I could still load it for 1 day using browser history. Then that failed too. Have ditched WebMatrix. Now loaded XAMPP & Wordpress (shown as succesful). Putting 'localhost' into address box. Error message: Firefox can't establish a connection to the server at localhost.

I was building a wordpress website on my PC: using Firefox browser, accessing wordpress through WebMatrix which opened Firefox & showed a 'localhost:20238' address. It worked for 5 days then WebMatrix said ' website does not exist. I could still load it for 1 day using browser history. Then that failed too. Have ditched WebMatrix. Now loaded XAMPP & Wordpress (shown as succesful). Putting 'localhost' into address box. Error message: Firefox can't establish a connection to the server at localhost.

Alle antwoorden (2)

more options

Does it work in other browsers?

When you enter http://localhost/ Firefox will try port 80, since that is the standard for web servers. If there is any other software on your computer listening on port 80, the web server might not be able to use it. Can you check your XAMPP settings and try using a different port such as 8080? Then you would access the server using http://localhost:8080/.

more options

Hi jscher2000!

Curious.

I changed the XAMPP/Apache 2.4 listening port to 8080, as suggested. Access failed.

I returned the setting to 80, as it was. Success!

Typed in 'localhost' & it instantly connected to 'http://localhost/xampp/index.php'.

So, mission accomplished. You will certainly understand why better than me! Thanks for your help.