Is it possible to define only the subpaths you want this to work with? I'm trying to set up a specific page to pass attributes to an embedded view with clean urls enabled, this module allows for that but I don't want all pages to consider everything after the subpath as variables. From a UE experience I would think it best to post a 404 for any path that's not contributing to a change in content. eg. on my about page mysite.com/about/arg1/arg2/arg3/... doesn't make sense and should really return 404. But I do want the ability to pass arguments on some pages. It would be nice if you could control which pages and how many arguments to look for.