The path or pattern for the 'General' page is set to '/User/{UserID}/General'. It works fine when I manually enter the URL, the bit that doesn't work is visiting '/User/{UserID}' and getting redirected to '/User/{UserID}/General'.
I can't set it to use first child as that shows the url as 'User/Profile/General'
If I try with URL Redirection as '/User/{UserID}/General' then I get that as the URL (ie. UserID is not lookedup)
If I try setting URL Redirection as '/User/{%UserID%}/General' it seems as though it won't resolve the {%UserID%} macro as I get '/User/General'
To clarify in essence what I want is to have '/User/{userID}' redirect to '/User/{userID}/General'