http://domain.com/phpmyadmin/ ?

moronhead

Well-Known Member
Aug 12, 2001
706
0
316
Users get an error when trying to access phpMyAdmin with this shortcut:

http://domain.com/phpmyadmin/

Error: Access denied for user: 'root@localhost' (Using password: YES)

httpd.conf has this line:

Alias /phpmyadmin/ /usr/local/cpanel/3rdparty/phpMyAdmin/

Tried username/password and db_name/dbuser_pass combinations and both gave the error.

Any ideas on how to correct this?
 

apodigm

Well-Known Member
May 12, 2003
67
0
156
I'm trying to do the same thing. Did anyone figure this out yet?

Here is my httpd.conf stuff that points to phpMyAdmin:

Alias /phpMyAdmin/ /usr/local/cpanel/base/3rdparty/phpMyAdmin/
<Directory /usr/local/cpanel/base/3rdparty/phpMyAdmin>
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>


I'm thinking there may need to be an .htaccess file in that directory or something. It's not a huge deal because you can get to phpMyAdmin through the cpanel (although it is not always obvious to the users because of the tiny link). But I could see a situation where a user is behind a firewall and can't access the cpanel port. I'm also trying to install squirrelmail for the same reason.

If anyone has this working, please post some instructions.

JG