Thank you Steven!
It is so very close to working… I have this code in the .htaccess file:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{QUERY_STRING} q=downloads
RewriteRule (.*) /downloads/ [R=301,L]
</IfModule>
The only issue is that it redirects to website.com/downloads/?q=downloads instead of just website.com/downloads