diff --git a/install/rhel/httpd-pma.conf b/install/rhel/httpd-pma.conf index 0049ef2b7..3950860ef 100644 --- a/install/rhel/httpd-pma.conf +++ b/install/rhel/httpd-pma.conf @@ -37,3 +37,9 @@ Alias /phpmyadmin /usr/share/phpMyAdmin # SecRuleInheritance Off # # + + + Order Deny,Allow + Deny from All + Allow from None +