Friendly Short URL's
Hi,
How can I get friendly urls to pages, e.g. www.abc.com/article-title or www.abc.com/health/article-title or www.abc.com/health/workouts/article-title
This is because right now my urls are www.abc.com/xyz.cfm?id=article-id
This is how my url's get generated <a href="xyzcfm?id=#id#">link</a>
I know that MVC frameworks can do it, but my apps are purely CF, and I do not want to use the frameworks.
Any help will be greatly appreciated.
On CF8, with using the built in server, apps to be hosted in a windows enviroment.
