'Rewrite rule 301 with + sign

Hi all I need to manage a redirect from URL like: https://www.[DOMAIN].[EXT]/+[WORD]+[WORD]-[WORD]/

I wrote this one: RewriteRule ^(+[WORD]+[WORD]-[WORD])/ - [G]

But I doesn't work, I've a 503 error

Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source