I've installed phpMyAdmin on a newly installed and updated sme8 server, but I can't get the login page to appear.
I've read all the forum entries that seem to offer pointers - but still have the same problem.
yum reports that it's installed :
[root@databox2 phpMyAdmin]# yum list installed smeserver-phpmyadmin
Loaded plugins: fastestmirror, protect-packages, smeserver
Loading mirror speeds from cached hostfile
* base: mirror.ox.ac.uk
* smeaddons: mirror.chiropratique.org
* smeextras: mirror.chiropratique.org
* smeos: mirror.chiropratique.org
* smeupdates: mirror.chiropratique.org
* updates: mirror.sov.uk.goscomb.net
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Installed Packages
smeserver-phpmyadmin.noarch 3.5.2.2-6.el5.sme installed
There are many php files in the /usr/share/phpMyAdmin folder.
The access configuration shows as private with admin access enabled :
[root@databox2 phpMyAdmin]# config show phpmyadmin
phpmyadmin=configuration
access=private
adminaccess=enabled
multiaccess=disabled
/etc/httpd/conf.d/ contains a phpMyAdmin.conf file.
Near the top of this file are the alias entries
Alias /phpMyAdmin /usr/share/phpMyAdmin
Alias /phpmyadmin /usr/share/phpMyAdmin
All this looks correct to me, but when I browse to
https://databox2/phpMyAdmin (databox2 being my hostname) from the local network all I get is a "404 Not found" error.
At the top of the /etc/httpd/conf.d/phpMyAdmin.conf file are the comments :
# Allows only localhost by default
#
# But allowing phpMyAdmin to anyone other than localhost should be considered
# dangerous unless properly secured by SSL
Surely this can't mean that by default only a browser running on the sme server can access phpMyAdmin - can it?
I'm on WinXP PC connected to the local network of the sme server. I should be able to access phpMyAdmin from that shouldn't I?
Thanks for any help ... Gavin