I can't find it here so can someone help me with this regular expression issue.
my url is:
event/12345-12345-12345
but it can't with this 'rewrite rule'
RewriteRule ^event/([a-zA-Z0-9-]+)([/]*) /event.php?event=$1 [NC]
Debug or find an solution on my Regex: https://regex101.com/r/WcSoFP/1