Suppose I'm on this page:
http://example.com/users/BECCA/edit/advanced
I want to redirect the user to:
http://example.com/users/BECCA/edit
How can I do this?
(I'm also familiar with window.history.back();
but my question is something else!)
Thanks.