I realise that a backslash should never appear in a URL in a form other than a URL escape code, however in this case the URL\'s are being generated by a .NET application for
RewriteEngine On RewriteCond %{REQUEST_URI} (.*)\\(.*) RewriteRule .* %1/%2 [R=301]