These days, I am busying in building up LAMP environment on CentOS 6.5
While installing phpMyAdmin,problems occur.
By convension, I download phpMyAdmin zipped files,and then unzip it to /usr/share/phpMyAdmin.
in the folder /etc/httpd/conf.d, I create a new file named phpmyadmin.conf.
and add the follow content to it.
Alias /phpmyadmin /usr/share/phpMyAdmin
Then,Open my broswer,type the URI:http:127.0.0.1/phpmyadmin
Error message is :
Forbidden
You don't have permission to access /phpMyAdmin on this server.
Apache Server at 127.0.0.1 Port 80