I\'m trying to rewrite all URL\'s that contain a \':\' in it to another character. http://en.wikipedia.org/wiki/Filename#Reserved_characters_and_words
Example:
Try these rules:
RewriteRule ^/([^:]*):([^:]*:.*) /$1_$2 [N] RewriteRule ^/([^:]*):([^:]*)$ /$1_$2