Hi,
I am trying to make my dynamic urls more attractive/memorable by using the associated blog entry's title instead of the unique id passed in the url.
Currently the address looks something like the following:
www.example.com/post.php?id=5
What I want it to look like is:
www.example.com/title-of-article-goes-here
Does anyone know a simple way to do this?
Thanks in advance.