Is there a way to process a REST based page url. Here is what I am trying to do:
I have the following wordpress page: http://www.counterjumper.com/blogindex
Currently I can pass a value to the page as follows http://www.counterjumper.com/blogindex?cat=category1
What I want to do instead is use a REST url like http://www.counterjumper.com/blogindex/category1
So my question is if there is a way to do this?