咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
网站根目录新建.htaccess。
写入以下内容:
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]
RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST} ^landui.com [NC,OR] RewriteCond %{HTTP_HOST} ^www.landui.com [NC] RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]