If you want to redirect one page to another page, then add the following code in the .htaccess file in one line :
root@server[#] vi .htaccess
=================================================
redirect 301 /oldfile.htm http://www.domain.com/newfile.htm
=================================================
That’s all this will do it.
