image
  新的
image

Mysql

0 评论
Dou TECH profile picture   
发表 经过 Dou TECH
₹2.800.00 (INR)
  •  地点:  miuo
  •  地位:  有存货
  
细节

RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]

RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]

相关产品