Hi how can I redirect toptangiy.com
and www.toptangiy.com
redirect to https://www.toptangiy.com
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ https://%1/$1 [R=301,L]
RewriteCond %{HTTP_HOST} ^toptangiy.com$
RewriteRule (.*) https://www.toptangiy.com/$1 [R=301,L]
</IfModule>
This is my htaccess after this codes site write err too many redirects