i'm trying to deny all access to wp-login php and grant access to specified public addresses but it only block everyone whitout granting the specified addresses access
this the config used
<files wp-login.php>
Order Deny,Allow
Deny from all
Allow from MyPublicIP
</files>