This is what i did , create a .htaccess file with these lines :

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]

It seems to be working fine , However having a problem with other links

like : http://www.forum1.com/tv/ndkndasdjsadsadas.html goes to http://www.wordpress1.com/tv/ndkndasdjsadsadas.html

which returns a 404 error , is it possible to redirect all pages to the main url : www.wordpress1.com