I got 4 domains i want to redirect them all to a single domain. Because they all use the same CMS (same files) if there anyway in htaccess so i redirect them all to a single domain?
It would be just as easy to forward your domains, most hosts provide this service free of charge, which means you don't need to purchase hosting for a .htaccess file. If your keen on using .htaccess there's a Similar Thread at the bottom of this page explaining how its done.
I prefer .htaccess in the root of each domain RewriteEngine on RewriteRule (.*) http://www.newsite.com/$1 [R=301,L] PHP: