I'm working on developing roscripts dot com and I came across an important issue: Search engyne friendly url's. I have a function which makes things easier but something's missing. At this moment, a listing page url looks like this: domain/name-of-listing.html and this is under Flash > Software as a categ. What I want is this (the category to be present in the url of the listing page, no matter how deep my listing goes in the category tree): domain/Flash/Software/name-of-listing.html I appreciate your help, if any.
Post the dynamic URL. You can't do mod_rewrite with out the original script URL, unless the original URL is static. Then there's not very much use for mod_rewrite.