Hello, so, I'm coming back as I didn't yet resolved my problem wiht phpmyadmin (which seems recurrent on ISPConfig 3): I'm not able to find andd access to the page of phpmyadmin through the path /phpmyadmin... If I click on the button of phpmyadmin in "Database" page of ISPConfig, it show a 404 page with "The requested URL /phpmyadmin was not found on this server". I tried many solutions as found on this forum but no one was working for me yet... (but many of them are quiet old or don't match with my distro, for example they say to modify phpmyadmin.conf (which doesn't exist for me) or /etc/apache2/conf.d/phpmyadmin.conf which doesn't exist too...). My config: - Debian 9.1.0 - ISPConfig 3.6.1 Hope to find some helps on this... Cheers
Of course yes... I think... When I ask apt-cache policy phpmyadmin, it returns: phpmyadmin: Installed: 4:4.6.6-4 Candidate: 4:4.6.6-4 Version table: *** 4:4.6.6-4 500 500 http://deb.debian.org/debian stretch/main amd64 Packages 100 /var/lib/dpkg/status
Thanks, but it returns: ln: failed to create symbolic link '/etc/apache2/conf.d/phpmyadmin.conf': No such file or directory As I wrote before, I haven't such file (phpmyadmin.conf)... nor such directory (conf.d) in Apache2. I have only a conf.d directory in /etc/phpmyadmin/ (which is empty).
then try instead: ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-enabled/phpmyadmin.conf service apache2 restart
Yes, it's working! Thank you very much Till! And thank you too HSorgYves for your time to try to resolve my problem. ISPConfig 3 is the best open source panel!