Where you have ``` Order Allow,Deny Deny from whatever ``` This is a bit redundant , since the default is Deny in this case if no Allow rule is matched - [source](https://httpd.apache.org/docs/2.4/mod/mod_access_compat.html) Is this by design , just to be thorough ?