Ok I have figured out how to get this to work. Now just need to expand it so it includes all sub-url. This is what I have so far:
$xf.uri == '/my-page/'
How can I include everything that my-page url uses. Like:
/my-page/page-1
/my-page/page-2
without naming all sub-pages that are associated with url?
Thanks,
Itworx4me