I'm looking for a way to modify the way a URL is shown to users
i want everything after the first '/' hidden to the user, while still passing any variables sent through the header
Example:
take this url: http://www.cinch.com/view_product_line.cinch?id=21
only show the user this: http://www.cinch.com
but still pass $id to view_product_line.cinch through the header
Does anyone know how to do this?
The site I want to do this for is very extensive, and modifying everything to function as a form would not be a time-effective solution.
Thank you!!!
-=Lazz=-