Mostafa Elkady
Mostafa Elkady

Reputation: 5781

WAMP Not working Correctly

First time using WAMP, as I really want something to do. So basically, when I go to http://localhost/, Firefox says it's unable to connect. And, even if it did work, where would I put the files to display my website?

Upvotes: 2

Views: 366

Answers (3)

isuruAb
isuruAb

Reputation: 2240

first of all stop these applications skype,sql server, IIS Server, then it will work. you can stop sql server from SQL Server 2014 Configuration manager and IIS Server from Internet Information Services (IIS) Manager.

Upvotes: 1

Ferdi Duisters
Ferdi Duisters

Reputation: 89

I understand you installed Wampserver correct.

If http://localhost/ doesn't work. Try browse to 127.0.0.1 in your browser.

Make sure your Wampserver icon is Green.

  • Red = Offline/major error
  • Orange = not all services are started. Won't work.
  • Green = You're allright! I'm working

Upvotes: 0

fluf
fluf

Reputation: 1265

Are you sure all the services are running properly ? the icon in the bottom right should be white, if its not then click on it and click on the "start all services".

You place your files in the www folder in the install directory of wamp (usually C:/Program Files/wamp/www/ )

Ikke meant the question should be on https://superuser.com/

Upvotes: 3

Related Questions