I want to change all "_" to "-" for specific URLs, not sure of levels or counts of them, as below.
http://example.com/section/sample_topic/sub_topic.html or
http://example.com/section/sample_topic/sample_topic/sub_topic.html or http://example.com/section/sample_topic/sample_topic/sample_topic/sub_topic.html and so on ...
Read many articles and got more confused.
Is there any simple working solution to it ?
I am looking for a .htaccess based solution rather than a programmatic one.
Please help. Thanks in advance.