I’ve created a dynamic page (page.php) who’s content changes based on the incoming link, specifically by calling a GET on the ID in the URL. So, for example, someone visits www.domain.com/page.php?id=310 and the content on the page changes queries the database and returns results for item 310.
I’m in the process of redesigning a few things and I’m trying to figure out whether there is a way instead to make these URLs more “friendly.” So, instead of it being page.php?id=310 is there a way to create an alias (for lack of a better term) to make the URL more representative of the name of the product?
Any ideas/advice you all have are much appreciated! :)