My domain is with godaddy and files are hosted on aws.
website properly working with www.mydomain.abc, but giving error with mydomain.abc
How can I redirect www.mydomain.abc to mydomain.abc
using these redirect rules in .htaccess
RewriteCond %{HTTP_HOST} !^www\.mydomain\.abc
RewriteRule (.*) http://www.mydomain.abc/$1 [R=301,L]