I want to redirect
http://abc.one.com/mysettings/marks
to
https://xyz.two.com/mysettings/marks
I added below lines htaccess file but it doesn't seem to work. Please let me know where am I going wrong.
RewriteCond %{HTTP_HOST} ^http://abc.one.com/mysettings/marks [NC]
RewriteRule ^(.*)$ https://xyz.two.com/mysettings/marks [L,R=301]