I am trying to redirect my example.com to WWW.example.com for this I have used some code in .ht-access file
the code is
# Force the "www."
RewriteCond %{HTTP_HOST} !^www\.topseonow\.com$ [NC]
RewriteRule ^(.*)$ http://www.topseonow.com/$1 [R=301,L]
But after this code change I am facing some problem in browser . getting error message
error message: The www.topseonow.com page isn’t working www.topseonow.com redirected you too many times. Try clearing your cookies
where I am wrong
note: this domain is addon domain