1

if i create a path alias to a node, say 'press' and i have a view page display on path 'press/archives', why does 'press/archive' leads my users to 'press'?

see related Fundamental understanding of how Views and Pathauto work together

Community
  • 1
  • 1
Capi Etheriel
  • 3,542
  • 28
  • 49

1 Answers1

0

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.

alxp
  • 6,153
  • 1
  • 22
  • 19
  • If the node path is defined in the menu system this will be seen by Drupal before the Views paths are checked. – alxp May 27 '10 at 12:51