Page 1 of 1

port changed to 8080 then Error 404

PostPosted: 07. March 2019 05:19
by whatisthis
Hello,

I am a newbie on SQL.
I was taking some online class about SQL and during the first class (lol) I had an error message like the screen shot below.
[img][http://i65.tinypic.com/91bea0.jpg/img]
[img][http://i64.tinypic.com/2cdj021.jpg/img]
And hope someone could help me.

Let me give you a couple background of what I did before this error.
Downloaded MAMP, XAMPP, Atom.
Through these programs, I tried to write “hello world” on Atom so that my localhost website would have this message.
[img][http://i68.tinypic.com/4rukxi.jpg/img]

instead, I had an error message that port 80 has been used at somewhere else.
I searched on Youtube that I need to change to port to something else.
Thus on XAMPP,I changed the ports on Apache and MYSQL as the screen shot below.

[img][http://i67.tinypic.com/20kr7rn.jpg/img]

Still, I have an error… Can someone take a look at this and help me out of it?

Thank you! X 100

Re: port changed to 8080 then Error 404

PostPosted: 07. March 2019 07:44
by Altrea
Hi,

whatisthis wrote:Downloaded MAMP, XAMPP, Atom.

Why did you download MAMP for a Windows OS? Anyways. You only need one Webserver Bundle, either MAMP or XAMPP.
Both together cannot coexist on the same system using the same ports.

whatisthis wrote:instead, I had an error message that port 80 has been used at somewhere else.
I searched on Youtube that I need to change to port to something else.

In many many (most) cases changing the default ports is not needed.
Badly we cannot help you on that without knowing the specific error messages. Read more about that here:

whatisthis wrote:Thus on XAMPP,I changed the ports on Apache and MYSQL as the screen shot below.

What exactly did you do to fully change your ports? Did you tell the phpmyadmin config.inc.ini and the control panel Konfig too that you changed the ports?

best wishes,
Altrea