Hi!
Thanks for this great module.
Is there a workaround to keep subpaths aliased in paged views?
Example:
I have a paged page view associated to a node like this: node/[nid]/myview;
Since the node is aliased as mynode, the view is correctly found at mynode/myview;
However when paging is active the subpath aliasing is lost, so I have something like node/[nid]/myview?page=1

Is it possible to work around this problem?

Thanks a lot!