관리-도구
편집 파일: .htaccess
# Redirect HTTP to HTTPS RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # Redirect old domain to new domain (HTTP and HTTPS) RewriteCond %{HTTP_HOST} ^(?:www\.)?zamorindecor\.com$ [NC] RewriteRule ^(.*)$ https://zamorindecorate.com/$1 [R=301,L]