I used
apt-get install phpmyadmin
to install phpmyadmin after installing apache2 php5 and mysql the same way, Then when I went to http://[ip]/phpMyAdmin/ it gave me a 404 error. So i went and looked for the files and found them in /usr/share/phpMyAdmin so I made an alias by doing this
sudo ln -s /usr/share/phpMyAdmin /var/www
and now when I go back to phpmyadmin it gives me a 403 forbidden error. What should I do?
Thank You :)