“Which one is best in search engine point of view? Hyphens or underscores?”
“I want to change the underscores in my urls to hyphens with modrewrite rule. How?”
If you have few urls with underscores to update use this simple method of 301 redirect.
Here are the answers …
Hyphens or underscores?
Matt cuttis from Google explained the answer to [...]






Simple way to change urls with underscores to hyphens.



Changing underscores to hyphens using your .htaccess file:
This method is used ONLY IF YOU HAVE few URLs. Otherwise it will be very difficult for you to update some hundreds of urls by this method.
If you want to change some hundreds and thousands of urls with underscrore to hyphenated urls, check this tutorial.
Here you will use [...]