I’m moving my website from host to another. In addition, I would like to change my url structure. My url’s currently use underscores but I want to change the hyphens
From:
http://www.website.com/article/my_web_content
To:
http://www.website.com/article/my-web-content
How can I use .htaccess mod rewrite to achieve this?
Thanks in advance