11-29-2012, 03:14 PM
You must create an alias into httpd.conf file like this:
Alias /phpmyadmin "/var/www/html/phpmyadmin3.5.1/"
# Use this for ONLY local connections
#
# Require local
#
# Or use this for all machines you want
#
# Require all granted
#
<Directory "/var/www/html/phpmyadmin3.5.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require all granted
</Directory>
Regards

