hassphere.blogg.se

Wamp server localhost not working
Wamp server localhost not working











wamp server localhost not working
  1. Wamp server localhost not working install#
  2. Wamp server localhost not working windows#

When I type or in Google Chrome, I get the following error message:-This webpage is not available The webpage at might be temporarily down or it may have moved permanently to a new web address. We have change the setting to let Apache use port 8080 instead of 80. Firefox can’t establish a connection to the server at localhost. Open the "nf" file in a text editor such as Notepad or Notepad++įind the below line in the nf file.first of all Port 80(or what ever you are using) and 443 must be allow for both TCP and UDP packets.

Wamp server localhost not working install#

Now you can run your local development server to install your favorite CMS WordPrfess, Joomla, Drupal and other CMS locally. Look in your apache configuration file for: Listen 127.0.0.1:80 If you found it, replace it for: Listen 80 (More info about Apache Binding) 1. WAMP server icon will turn green after restarting. x.x.xx is the version whichever you installed). Enjoy Perhaps your Apache is bounded to localhost only. Go to " C:\wamp\bin\apache\Apache x.x.xx\conf" (C - the drive letter where you have installed WAMP on your computer.

wamp server localhost not working

STEPS TO CHANGE THE LOCALHOST PORT FOR WAMP: In this case, changing the port number for Apache server will allow you to run both IIS and WAMP server's on same machine using different ports. If you need IIS and WAMP to run on the same machine, one of them need to use a different port to connect.

Wamp server localhost not working windows#

If you do not need the IIS, you could disable it from " Add/Remove Windows Features" from Control Panel > Add/Remove Programs.īut if you need both IIS and WAMP to run on the same machine, then you can change the setting in WAMP to access localhost from another port. This happens because the default port 80 is already taken by IIS. When you go to "localhost", instead of the Apache page, you might be getting IIS page. This you will realize as soon as you finish installing WAMP or XAMPP and open " to check Apache status. If you are running IIS and WAMP server on the same machine, the you will not be able to access " by both IIS and WAMP. Accessing localhost after installing WAMP returns IIS page | Running IIS and WAMP Server on the same machine













Wamp server localhost not working