if i create a path alias to a node, say 'press' and i have a view page display on path 'press/archives', why does 'pre开发者_开发知识库ss/archive' leads my users to 'press'?
see related Fundamental understanding of how Views and Pathauto work together
A way around this is to make a custom view with page URL "press" that only retrieves the one node and shows the full node content, so that the URL token is handled by Views and not by the menu system.
精彩评论