Hi I have installed phpmyadmin on my centos machine and when I try to hit phpmyadmin through my browser I get this error :
phpmyadmin
Forbidden You don\'t
Edit file: sudo nano /etc/httpd/conf.d/phpMyAdmin.conf and replace yours with following:
sudo nano /etc/httpd/conf.d/phpMyAdmin.conf
AddDefaultCharset UTF-8 # Apache 2.4 # Apache 2.2
Restart Apache: service httpd restart
service httpd restart
(phpMyAdmin v4.0.10.8)