受密码保护的目录开始重定向到主页!

受密码保护的目录开始重定向到主页!

几个小时前一切都运行正常,但现在,当我尝试访问托管在运行 Cent OS 和 apache 的专用服务器上的一个网站中的一个受保护目录时,它只会重定向到网站主页。

奇怪的是,在发生这种情况之前我没有做任何更改。我甚至重命名了目录并为其创建了另一个用户,但问题仍然存在。

目录 htaccess 如下所示:

AuthType Basic
AuthName "something here"
AuthUserFile "/home/sitename/.htpasswds/public_html/directoryname/passwd"
require valid-user

标题很奇怪。我得到了这个:

Server Response:
http://www.webiste.net/protecteddirectory


HTTP/1.1 302 Found
Date: Tue, 17 May 2011 01:34:03 GMT
Server: Apache
WWW-Authenticate: Basic realm="type your password"
X-Powered-By: PHP/5.3.6
Set-Cookie: cookielang=
Set-Cookie: Poweredlang=pt; expires=Wed, 18-May-2011 02:44:03 GMT
Location: http://www.website.net/
Content-Length: 733
Content-Type: text/html

答案1

检查主目录中的 .htaccess,看起来它包含一些 RewriteRules

相关内容