15
Bu .htaccess
ile bir "Konum burada değil" hatası alıyorum..htaccess: Burada izin verilmiyor
Bunu nasıl düzeltmem gerektiğine dair bir fikri olan var mı?
<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>
Bu konuda nerelerdesiniz? –