Q
Q
Qairat2017-02-20 11:15:47
Windows
Qairat, 2017-02-20 11:15:47

How to login to localhost?

Hi all! Problem:
Installed xampp. I want to open localhost for php when I go to localhost
. And when I go to localhost, it opens
68350d1aea8e44a8bf89ce8db20e4719.png
Before installing xampp, I installed visual studio.
How to make settings?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2017-02-20
@Tabletko

What port is xampp running on? Looks like IIS is working for you now

A
Artem @Jump, 2017-02-20
curated by the

How to login to localhost?
Type localhost in the browser address bar
And when I go to localhost it opens
You have a webserver running on port 80 of the localhost. Everything is as it should be.
I want to open localhost for php when I go to localhost
Localhost is the local computer. That is, your computer you are working on.
The default browser goes to this computer's port 80 and issues a response from a server that is listening on port 80.
In your case, that server is IIS.
Disable IIS and set the server you need to port 80, or set the server you need to another port, for example, 8080, and specify the port explicitly in the browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question