How do I create an UrlRewriter.net redirect rule to redirect non-www pages to www?
I have found htaccess and ISAPI examples, but cannot find the proper regex rule for UrlRewriter. For example, this doesn't work:
<redirect url="http://example.com(.+)" to="http://www.example.com$1" />