SSL阻止我的网站

时间:2017-08-29 17:24:13

标签: .htaccess ssl cpanel

今天早上,当我尝试使用https访问我的网站时,它说:https://--example--正在请求您的用户名和密码。该网站说:“受保护的文件夹”

我没有改变任何东西,在cpanel中我没有任何受保护的文件夹。有谁知道它可能是什么?

由于

这是我的.htaccess

RewriteEngine on
RewriteCond %{HTTP_HOST} ^secure\.example2\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.secure\.example2\.com$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^/?$ "https\:\/\/secure\.example2\.com\/rent\/whitelable\.cfm\?WL\=3" [R=301,L]

0 个答案:

没有答案