I'm a pretty experienced programmer, but when it comes to RegEx and rewriting, I'm full n00b. I want to convert URLs from
http://www.example.com/lookup.php?id=1
to
http://www.example.com/lookup/1/item/
where "item" refers to the name of the item in the database being viewed.
I use LAMP (Linux, Apache, MySQL, PHP), and I cannot, for life, figure out how to convert URLs to be SEO friendly.
php apache mod-rewrite
Seamus campbell
source share