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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -