0
votes

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.

2

2 Answers

0
votes

After some search, I found that, my objective can be achieved using subpath auto module obtained from https://www.drupal.org/project/subpathauto

0
votes

Use pathauto module https://www.drupal.org/project/pathauto Create the pattern for the urls