• Hello,
    I tried to use htaccess to redirect my site from trueshayari.in to https://www.trueshayari.in

    I used below code.

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

    I set 301 manually Forwarding on https://www.trueshayari.in from my domain registrar(godaddy). But still getting same error.

    Any idea how I can just get it to go to www. ?

    • This topic was modified 7 years, 9 months ago by Raj.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to redirect from non www to www’ is closed to new replies.