Essentially what I want to do is have a few pages that act as templates for data.
If a url is www.site.com/home, I want to query a friendly url field for "/home" which would return
- pageurl (/template1.aspx)
- pageId (1)
www.site.com/home would be www.site.com/template1.aspx?pageId=1
www.site.com/about would be www.site.com/template2.aspx?pageid=4
Or any suggestions on a better method to do this?
Edit:
Also, typing www.site.com/template1.aspx?pageId=1 should route url to www.site.com/home