Hi
I have a Linode running Ubuntu 10.04 with LAMP installed. I am using the IP address to access it as I'm not ready to update the DNS entries for my web domains yet.
I installed phpmyadmin using
apt-get install phpmyadmin but when I browse
http://x.x.x.x/phpmyadmin, my browser returns an error saying page not found.
After some searching, I found another apt-get command {apt-get install libapache2-mod-auth-mysql phpmyadmin} and used it. This time it installed
libapache2-mod-auth-mysql and told me that phpmyadmin was already installed.
However I still get the same error I was getting previously. In each case, I restarted apache2 after installation.
What have I not done correctly?
Cheers,
Nap