Generate 301/302 redirect rules for Apache .htaccess or Nginx. Build path redirects or apply ready-made HTTPS and www rules — copy and paste.
301 is permanent — search engines transfer ranking to the new URL and browsers cache it. A 302 is temporary; use it when the move is short-lived and you want to keep the original URL indexed..htaccess file in your site root (or the relevant directory). Apache must have mod_rewrite enabled and AllowOverride All set for that directory.return 301 https://$host$request_uri; — exactly what the "Force HTTPS" preset generates here.TextraHost plans start at $5.50/mo — full root, your own Apache or Nginx config.