I would like to clean up my links like this:
hxxp://www.site.com/user
instead of doing this:
hxxp://www.site.com/index.php?id=user
My assumption is that I would have to code my index.php file to parse the URL and redirect to the second one but I don't actually have a folder named 'user' so how do I make this work dynamically without it giving a 404?
hxxp://www.site.com/user
instead of doing this:
hxxp://www.site.com/index.php?id=user
My assumption is that I would have to code my index.php file to parse the URL and redirect to the second one but I don't actually have a folder named 'user' so how do I make this work dynamically without it giving a 404?