List of .htaccess Examples

From the .htaccess cheatsheet

Redirecting Urls in .htaccess

This article will teach you how to use the .htaccess (hypertext access) file to properly redirect web pages or domain names. Using htaccess redirect is the best way to redirect when it comes to search engine optimization.
The .htaccess file is actually the name of Apache’s directory-level configuration file. The code displayed in the .htaccess [...]

Using .htaccess Redirects for Affiliate Links

.htaccess redirect
Editing the .htaccess file can make your website inaccessible if done incorrectly. Always make sure you have a back-up of the current version of the .htaccess file, to go back to a working version.
.htaccess is a file on Apache servers. It’s a very powerful tool, but often requires rather detailed technical knowledge to edit. [...]