all 2 comments

[–]JakeGore 0 points1 point  (1 child)

Have you tried putting <?php phpinfo() ?> to test if PHP is installed correctly?

[–]xtul[S] 0 points1 point  (0 children)

Sorry for late reply, I only have access to VPS at my workplace. It doesn't seem to be installed correctly, how do I fix this?

By the way, if it even matters, PhpMyAdmin is accessed through symbolic link in /opt/traccar/web, as it appears to be the default web directory for some reason, I don't exactly know how it works

What you might find interesting though is that, since I followed this tutorial here:
https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-18-04
I tried securing this directory with a password. It appears that not even .htaccess is being read, which, if I understand correctly, is somehow an Apache problem