6 thoughts on “How to remove Forbidden You don't have permission to access phpmyadmin on centOS 7

  1. Just replace, under # Apache 2.4 section:
    Require ip 127.0.0.1

    Require ip ::1
    with
    Require all granted

    This will allow non localhost connections using Apache 2.4

  2. not working bro

    getting error

    [root@varun ~]# sudo vim /etc/httpd/conf.d/phpMyAdmin.conf

    sudo: vim: command not found

    [root@varun ~]# sudo vim/etc/httpd/conf.d/phpMyAdmin.conf

    sudo: vim/etc/httpd/conf.d/phpMyAdmin.conf: command not found

Leave a Reply

Your email address will not be published. Required fields are marked *