I am tring to install phpmyadmin using sudo apt-get install phpmyadmin.
This is a fresh install with nothing else on it.
I have added Include /etc/phpmyadmin/apache.conf to /etc/apache2/apache2.conf
also tried adding it to /etc/apache2/sites-enabled/000-default but to no avail, any ideas anyone.
garry
ps.
yes i did a restart on apache /etc/init.d/apache2 restart
forgot error message
no route found to match "/phpmyadmin" with {:method=>:get}
error installing phpmyadmin on rubyonrails 1.1.7 jumpbox
That message is coming from the rails app. Which would suggest that the phpadmin apache config snippet is getting loaded after the rails app is.
Austin