I've followed this to install phpMyAdmin on the server which uses ubuntu 14.04. I've entered all commands and restarted apache, but when I open this path through the browser:
http://domain_name_or_IP/phpmyadmin
// I replace my real IP with domain_name_or_IP
It throws:
Not Found
The requested URL /phpmyadmin was not found on this server.
Apache/2.4.7 (Ubuntu) Server
Also here is the result of this command:
root@ubuntu:/etc/apache2/conf-available# ls
See? there is not any file related to phpMyAdmin. Does anybody know what's wrong?
ls
command output – George Udosen Aug 22 '17 at 06:05sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
manually? – pa4080 Aug 22 '17 at 08:09sudo service apache2 restart
. You can accept the the duplicate suggestion and up-vote the answer if you want :) – pa4080 Aug 22 '17 at 08:14