I always get this message when I would like access my phpMyAdmin.
w3m localhost/phpmyadmin Forbidden You don\'t have permission to access /phpmyadmin/ on this
Edit your httpd.conf file as follows:
# nano /etc/httpd/conf/httpd.conf
Add the following lines here:
Order allow,deny Allow from all
Issue the following command:
# service httpd restart
If your problem is not solved then disable your SELinux.