It's been a while since I last had to configure redirects in Apache .htaccess, and the complexity and documentation is overwhelming if one does not configure Apache regularly.
So here's 3 simple examples demonstrating some features:
- RewriteRule with included condition, no RewriteCond
- RewriteRule with multiple RewriteCond directives
- RewriteRule with regex backreference