Hi,
I would like to redirect: http://mydomain.com/D/125 to http://mydomain.com/default?tabid=125
Here is the rule I have entered in portal rule:
Search for: [^?]*/D/(\d+)(.*)
Replace with: ~/Default.aspx?TabId=$1
It gives me the page can not be found.
What should I do?