Easy 301 or 302 redirect using .htaccess
Here is an easy way to redirect one url to another if you don't need any fancy regex pattern matching.
Permanent 301 redirect
-or-
Temporary 302 redirect
Permanent 301 redirect
Redirect permanent /relative_source_url http://full_destination_url/
-or-
Temporary 302 redirect
Redirect temporary /relative_source_url http://full_destination_url/