Hello I’m quite new to EndeavourOS.
I installed XAMPP, so far so good, then I followed this guide https://wiki.archlinux.org/title/XAMPP because my files are located in /home/www. When typing https://localhost/ I can access my files but unfortunately I cannot access PhpMyAdmin anymore, it shows a 404 error.
I tried to add this line in httpd.conf but no success:
Alias /phpmyadmin/ "/opt/lampp/phpmyadmin"
What am I missing?