I have a node (/node/123) with URL path set to /board
And I have a view with URL path set to /board/members

I can access both pages before enabling subpath_alias. When I enabled subpath_alias, /board/members does not work anymore, and gives error "node/123/members not found".

Apparently, subpath_alias replaces the subpath for /board regardless of the existence of views module, and it breaks the views page.

Comments

Flying Drupalist’s picture

Status: Active » Closed (duplicate)