Originally I have urls like www.astral.com/user/1. I was able to convert it to www.astral.com/casuername by patterns match using [user:cas] where casuername comes from [user:cas]
However, I also have www.astral.com/user/1/publications which I want to convert to www.astral.com/user/1/publications to www.astral.com/casuername/publications.
Is there any way to achieve what I want?
Thanks.
After some search, I found that, my objective can be achieved using subpath auto module obtained from https://www.drupal.org/project/subpathauto