I'm trying to use URL rewrite to create a redirect from http://servername/my%20site/my%20doc.aspx to https://newservername/nnn/start.aspx#
The only way I can seem to get it to redirect by entering ^(my doc)* This matches pattern but redirects everything on the site. I've tried multiple version of Regular Expressions and even Exact Match, but I can't seem to get it to work. I'm not sure if the problem is with the %20 or the redirection to https. Any help would be greatly appreciated:-)