Hey all,
I have been searching and searching no luck yet.
I think what i have come up with is using apaches rewrite map, but clueless as to where to begin.
Here is the situation I have.
I have a url
http://www.somesite.com/post.php?id=13
and want to turn it into a SEO friendly url like
http://www.somesite.com/{dynamic_article_title}.php
The title is being pulld from a MySQL table.
Any suggestions as to where I should start or possible examples?
Am I on the right track with Rewrite map?
Thanks in advance!