Forum Moderators: rogerd & travelin cat
WordPress will play nice with an existing .htaccess and will not delete any existing RewriteRules or other directives. If you have other mod_rewrite rules, put yours before WordPress's.
# BEGIN WordPress
RewriteEngine On
...
# END WordPress