Use .htaccess to redirect homepage to its permalink

You don’t need mod_rewrite for that, a simple RedirectMatch is enough:

RedirectMatch permanent ^$ /homepage-title

Place the rule above WordPress’ permalink rules.