Skip to content

Instantly share code, notes, and snippets.

@cognitom
Created March 31, 2015 04:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cognitom/f1281655b0915dae8f9f to your computer and use it in GitHub Desktop.
Save cognitom/f1281655b0915dae8f9f to your computer and use it in GitHub Desktop.
Underscore2Hyphen
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule (.*)_(.*) $1-$2 [N=10,DPI]
RewriteRule (.*) http://somewhere.dom/$1 [R=301]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment