Hey guys!
I need help with something that should be relatively simple.
Got the component installed in my project fine and added all of the necessary config entries.
I need to rewrite URLs following two rules (for canonilization/SEO purposes):
1 - all URLs that don't have "www" need to be rewritten to include it. Example: user types in mypage.com/about/, should go to, and show up as www.mypage.com/about/
2 - Redirect any links that look like www.mypage.com/contact/index.aspx to www.mypage.com/contact/
Thanks you very much!