1

I've installed Ubuntu 14.04 in my VM Virtual Box, installing phpmyadmin in the process using the command

sudo apt-get install phpmyadmin

I configured phpmyadmin with Apache2 and advanced options, and also set up a username and password.

I'm currently logged into my virtual box and have opened Ubuntu 14.04. I'm also logged into my Webmin 1.680 page using localhost:10000. However, when I attempt to open phpmyadmin in a new browser window, using the appropriate URL details, I receive a 404 error.

I've tried the various suggestions listed here and here ,but have not been able to correct the problem.

Any suggestions?

Ahmer
  • 19
  • What exactly did you do in the 'I configured phpmyadmin with Apache2 and advanced options' step? An intresting question you can look at is http://askubuntu.com/questions/448944/where-to-place-my-local-website-starting-with-the-2-4-7-version-of-apache2-serve – Parto May 03 '14 at 09:39
  • Voting to close this. OP "solved it" without any idea what happened. – guntbert Oct 16 '16 at 19:43

1 Answers1

0

Problem solved. Not sure why it worked this time, but I tried

    sudo dpkg-reconfigure phpmyadmin

again, and it worked. I'm now able to access my phpmyadmin account.

Ahmer
  • 19