This will work for you: you have to rewrite url and also redirect old url to new one
RewriteEngine On
RewriteBase /
RedirectMatch 301 ^/main/(.*)$ https://abc.com.com/$1
RewriteRule ^main/(.*)$ /$1 [R]
this will solve issue and also redirect old urls