diff --git a/Documentation.html b/Documentation.html index adcda0b27..82c2c598a 100755 --- a/Documentation.html +++ b/Documentation.html @@ -700,13 +700,13 @@ $cfg['PmaAbsoluteUri'] = (!empty($HTTPS) ? 'https' : 'http') . '://'
If your rule order is empty, then IP authentication is disabled.

- If your rule order is set to 'deny,allow'. Then the system + If your rule order is set to 'deny,allow' then the system applies all deny rules followed by allow rules. Access is allowed by default. Any client which does not match a Deny command or does match an Allow command will be allowed access to the server.

- If your rule order is set to 'allow,deny'. Then the system + If your rule order is set to 'allow,deny' then the system applies all allow rules followed by deny rules. Access is denied by default. Any client which does not match an Allow directive or does match a Deny directive will be denied access to the server.