Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 0 down vote accepted

You just need a URL rewriting engine. You can build your own, download some for free or buy some. Here's a few:

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.