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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -