I'm using this rewrite rule to redirect my search requests:
RewriteRule ^search/([^/\.]*)/([^/]+)/?$ index.php?search=$1&additional=$2 [L]
This rule works fine for
search/search/add
but it gives me a page not found for
search//add
(empty search)
What am I doing wrong? The regex should match: