Bruce,
Not sure what causes this issue but its a funny one.
I'm using DataSprings Dynamic Registration in DNN 4.8.4 and the latest release of URL master. I have the option to redirect if not in lower case selected in URL Master.
When I fill in all the fields in my Registration form and hit the Register button the page sould redirect back to itself if there are errors in the form field like an email address in the wrong format or something like that.
Now, the page the registration form is on is called members and has this address http://192.168.123.151/members or without URL Master it would be http://192.168.123.151/Default.aspx?TabId=65
My problem occurs when I hit Register with a form that I have purposely filled with an error and the page redirects to http://192.168.123.151/Default.aspx?tabId=65 and not http://192.168.123.151/members.
Notice the difference in the lower/uppercase between the two. I can keep hitting Register and still get redirected back to the same page with the "/Default.aspx?tabId=65" in the address. But if I highlight the same address in the browsers address bar and hit the browsers Go button it redirects to http://192.168.123.151/members.
Now, I'm not sure if the problem is with the manner in which I have put together the Dynamic Registration module, the URL Master module or settings or DNN.
If you have any thoughts I'd appreciate them.
Oisin.