Viewing 1 replies (of 1 total)
  • Hey, Mike!

    You can try adding the code below to your .htaccess file. It’ll redirect the non-www to your www. website.

    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.
    RewriteRule ^(.*)$ https://www.%{HTTP_HOST}/$1 [R=301,L]

Viewing 1 replies (of 1 total)
  • The topic ‘www.xxx.com works but not xxx.com (latest posts disappear)’ is closed to new replies.