Redirect to https with htaccess but not in develop with XAMPP

前端 未结 0 1848
天命终不由人
天命终不由人 2021-01-23 15:49

I am redirecting my URL to https with htaccess using this directives:

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.yoled.com/$1 [         


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