.htaccess: Emplacement non autorisé ici

Je suis un "Emplacement non autorisé ici" erreur avec cette .htaccess.

Quelqu'un a une idée sur comment je pourrais résoudre ce problème?

<Files 'login'>
    AuthName NTLM
    AuthType NTLM
    NTLMAuth on
    NTLMAuthoritative on
    NTLMServer <censored>
    NTLMBackup <censored>
    NTLMLockfile <censored>
    require valid-user
    Satisfy all
</Files>
<Location /alarms/[0-9]+/acknowlege>
    Order deny,allow
    Deny from all
    Allow from localhost
</Location>

source d'informationauteur Pedro Morte Rolo