I have installed PHPMyAdmin on my UBUNTU 7.10 server which has no desktop. After running 'apt-get install phpmyadmin' When I try accessing PHPMyAdmin VIA browser from the Internet using: http://my-url.net/phpmyadmin/ I receive a 404 from the server. This machine is running apache2 and ISPConfig. I am able to access mysql VIA CLI without incident. What should I check to gain access to PHPMyAdmin? Thank you Regards
The problem is that there are already vhosts configured on your system, whereas the phpMyAdmin package works only on the default vhost. The easiest way to install phpMyAdmin would be to use the package from http://www.ispconfig.org/downloads.htm and install it in ISPConfig (Management > Update Manager > Update).
Thank you Falko After reading your reply to my post I logged into ISPConfig and I am able to access PHPMyAdmin, I always forget about accessing it from ISPConfig for some reason? So considering PHPMyAdmin is functioning under ISPConfig I decided I should update the ISPConfig version from 2.2.23 to 2.2.29. I have created a post into the ISPConfig related section of HTF: http://howtoforge.com/forums/showthread.php?p=161225#post161225 My humble appologies for posting ISPConfig related questions incorrectly. Thank you Falko Regards