how is the redirect rule from https://www.domain to http://domain?

后端 未结 0 544
野趣味
野趣味 2021-01-04 21:15

this is http to https
non www to www

#http -> https
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题