php - Use 301 Redirection Code But Finding 302 from Header Checker Tool -
right using ssl 3 sits , config on website. using apache server godaddy
.
i have redirect http://
https://
htaccess
. using 301 redirection code , are:
rewritecond %{server_port} 80 rewriterule ^(.*)$ https://www.your domain name.com/$1 [r,l]
but finding redirection 302 header tool screaming frog.
is there right solutions that?
Comments
Post a Comment