There is vocabulary, let’s call it forum tags which contain all forum tags,
Also, in Forum, the link for the Forum container using a similar tag pattern for the forums.
for example,
Term name : windows
term alias: /forum/windows
Forum container: windows
forum alias: /forum/windows
if I open /forum/windows
always term page will be loaded which means it has a higher priority.
at the moment all request handled by taxonomy handler which shows term page.
any thoughts on how can change the aliases priority?
(there are some other solutions to achieve what I’m doing without the same aliases but I’m wondering how we can do this on Drupal).