【发布时间】:2016-07-28 01:06:45
【问题描述】:
我收到此 .htaccess 的“此处不允许位置”错误。
有人知道我应该如何解决这个问题吗?
<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>
【问题讨论】:
-
你在哪里?
标签: apache web-applications apache-config httpserver