Page 1 of 2

phpmyadmin error

PostPosted: 15. October 2020 06:14
by gregoryucc
Hi,
I am new to xampp, want to learn and create dynamic website; I tried to download and install xampp. Apache and MySQL is running but when I click on Admin button, I arrive page says following:

"HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable." :?:

Re: phpmyadmin error

PostPosted: 15. October 2020 07:45
by Altrea
Hi,

You didn't tell us everything.
This error page comes from an IIS wevserver which seems to be listening on the default port 80.
But how is it possible that Apache could have been started on the same port?

Re: phpmyadmin error

PostPosted: 15. October 2020 07:52
by gregoryucc
Hi,
At first Apache didnt run but after I changed the port from 80 to 8080 and go back to XAMPP Control panel and run again it started to run,The problem comes when I click Mysql to run as Admin it gives me error 404.0 and not go to phpmyadmin.

Help me please.

Re: phpmyadmin error

PostPosted: 15. October 2020 08:06
by Altrea
You need to adjust the new port in the xampp control config too. Otherwise the precheck an the url building will not work correctly.

Re: phpmyadmin error

PostPosted: 15. October 2020 08:12
by gregoryucc
To adjust the new port in the xampp control config as i did before? when I found port 80 then I chenged to 8080 so can i go back and change again?

Re: phpmyadmin error

PostPosted: 15. October 2020 08:16
by Altrea
You need to adjust the port on two places:
- the Apache config file
- the xampp control panel config dialogue

Re: phpmyadmin error

PostPosted: 15. October 2020 08:33
by gregoryucc
The xampp control panel config dialogue is it in the right hand corner? and not that of the apache?

Re: phpmyadmin error

PostPosted: 15. October 2020 09:54
by Altrea
Correct, there is a config button in the xampp control panel on the top right. Inside of this is a button for service and port settings

Re: phpmyadmin error

PostPosted: 15. October 2020 20:52
by gregoryucc
Am in phpmyadmin dashboard and already create a database so i want to install wordpress locally via the on-screen installer but when i visit my test site it doesn't show up normal installer of wordpress rather than http error 404.0 which show up.

Re: phpmyadmin error

PostPosted: 15. October 2020 20:59
by Altrea
You changed the default port, so you need to add the new port in your url like so http://localhost:1234/wordpress/ (example for port 1234 and WordPress extracted to the htdocs/wordpress subdirectory)

Re: phpmyadmin error

PostPosted: 15. October 2020 22:27
by gregoryucc
I have done like this one and it shows such results.

Not Found
The requested URL was not found on this server.

Apache/2.4.46 (Win64) OpenSSL/1.1.1g PHP/7.4.10 Server at localhost Port 8070

What can I do?

Re: phpmyadmin error

PostPosted: 15. October 2020 22:30
by Altrea
What is the path wordpress is extracted to?
And which url did you enter exactly?

Re: phpmyadmin error

PostPosted: 15. October 2020 22:33
by gregoryucc
Listen 8070
and
ServerName localhost:8070

Re: phpmyadmin error

PostPosted: 15. October 2020 22:34
by Altrea
In which world is that an answer to my two questions?

Re: phpmyadmin error

PostPosted: 15. October 2020 22:43
by gregoryucc
I extracted my wordpress to another subforder which i created to htdocs and named the subforder as darmultitechzone
and the url am using is http://localhost:8070/darmultitechzone/

because all ports am using is 8070

Do I make myself Clear?