Viewing 1 replies (of 1 total)
  • Anonymous User 14885823

    (@anonymized-14885823)

    Hello!

    If you are still having trouble, maybe you could try this one instead? Just replace “your-site”.

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^your-site.com [NC]
    RewriteRule ^(.*)$ https://www.your-site.com/$1 [L,R=301]

    Got it from CSS-Tricks

Viewing 1 replies (of 1 total)
  • The topic ‘httaccess non www to www redirection error’ is closed to new replies.