I have a problem. I have a php/mysql site that generates pages
dynamically (duh) like
https://www.mysite.com/page.php?id=w...hatever....and so on.
I would like to know if there is a way to visit that page by using an
easier to remember URL. For example:
becomes
I realize that I could write a script that redirects to each dynamic
page, but Im looking for other options.
Any ideas?
Thanks
Rob
dynamically (duh) like
https://www.mysite.com/page.php?id=w...hatever....and so on.
I would like to know if there is a way to visit that page by using an
easier to remember URL. For example:
becomes
I realize that I could write a script that redirects to each dynamic
page, but Im looking for other options.
Any ideas?
Thanks
Rob
Comment