Hi,

I'm struggling to find an answer to my problem. In order to make my dynamic URLs search engine friendly, I need to replace spaces (%20) that appear in the URL with a dash "-".

For example,
change this dynamic URL:
www.example.com/directory.php?n ame=very%20nice %20house

to simply: www.example.com/very-nice-house

Really need some help with the complete mod_rewrite code....