I've got a PHP based site and am trying to figure out how to do a mod_rewrite based on conditions...
if someone puts in http://url.com/title/id/58
I'm trying to create a condition statement that first checks if "id" is present then create a new url: http://url.com/index.php?id=58
so if the static url is http://url.com/title/58 a dynamic url should now be generated
Thanks
btw, are there any good sites out there to learn how to do this kind of thing?
|