Hello,
I have a question regarding URLs that are SEO-friendly. Consider following examples (links):
www.mysite.com/mypage.php?tag_id=2
Let's say that this page takes you to the "detail" page (you pass the 2 as the ID of the item, let's say in this case the title of the item is "this is a test")
What I want to know is how can I make something like this: (identical to above, but SEO friendly)
www.mysite.com/mypage/tag/this+is+a+test
Anyone knows how to do that?
Thanks,