Hello experts
I need help with following url redirect using URL rewrite module
I would like to redirect
http://oldsite/HR/default.aspx to http://newsite/HR.
Notice that default.aspx in the target url is removed. also is it possible to retain anything between oldsite and default.aspx? Here are couple of examples.
http://oldsite/hr/hr2/hr3/default.aspx to http://newsite/hr/hr2/hr3/ or
http://oldsite/it/it2/default.aspx to http://newsite/it/it2/
Thanks in advance.