标签: php apache .htaccess http-status-code-301 http-status-code-302
现在我在网站上使用SSL进行3次配置和配置。使用Godaddy中的Apache服务器。
Godaddy
我已从http://将https://重定向到Htaccess。 使用301重定向代码,即:
http://
https://
Htaccess
RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.your domain name.com/$1 [R,L]
但是从Header工具中发现这个重定向为302,还有尖叫的青蛙。
有没有正确的解决方案呢?