Greetings!
Completed the LAMP stack installation on a fresh install of Leap 15.4
Apache2, MariaDB, PHP7 installed and tested OK
Performed zypper in phpMyAdmin OK
Logged into MariaDB and created pmauser@localhost
All seems ok.
Clicked on the link in the installation instructions: http://localhost/phpMyAdmin
and get a 404 error
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
To be sure, tried http://localhost/phpmyadmin as well. Same result.
I suspect a server configuration file alias error, but all looks OK.
Any ideas?
Much Appreciated.
Have fun,
Paxton
Thank you, hendersj.
All good ideas, tried them all, no joy.
Apache2 is running OK.
I suspect something with
Alias /phpMyAdmin /usr/share/phpMyAdmin
in the phpMyAdmin.conf file
Trouble is, I have not found the .conf file that contains the Include statement to include the phpMyAdmin.conf file.
Lots of places to look, but I’ll keep at it.
Greetings!
Progress is slow…
Now, when I login to phpMyAdmin i get this error
!Failed to set session cookie. Maybe you are
using HTTP instead of HTTPS to access phpMyAdmin.
Well, yes, I am.
Do I need to make self signed certificate with openssl.
Or, can it get Apache to set the session cookie?
Could anyone point me to a guide? If not Let’s Encript has some information I have used in the past on Windows. This is my first time setting up a certificate on SuSe.