I am really stuck on a rewrite rule and wonder if anyone can help.
I am pulling data from a database, and as an example the field \"name\" i use sometimes has 2 word
Can you try this rule in your .htaccess:
RewriteEngine on RewriteRule ^clubs/([^\s]+)\s([^\s]+)/([^\s]+)\s([^\s]+)/$ /clubs/$1-$2/$3-$4/ [R=302,NC,L]