R. G. Newbury wrote:
> > Can anyone point my in the direction of some assistance in getting
> > phpMyAdmin to work?
$ yum install phpMyAdmin
for starters. (:
-- Rex
Are you using Apache? If so try
LoadModule php5_module modules/libphp5.so
AddType application/x-httpd-php .php .phtml
-- Dan
Thanks for the help.
The first suggestion worked here on the desktop by upgrading 8
dependencies. Whether that is required on the machine at home, I will
have to see.
I strongly suspect that the answer is the second suggestion. I had
nothing in the httpd.conf file on this machine like the suggested lines.
I added those and restarted apache, and the index file now loads, but I
get a 'cannot find file 'left.php'. and that file is there!
Hmmm.....