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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -