15
Me aparece el error "Ubicación no permitida aquí" con este .htaccess
..htaccess: Ubicación no permitida aquí
¿Alguien tiene alguna idea sobre cómo debo solucionar esto?
<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>
¿Dónde estás con esto? –