- Oct 24, 2000
- 17,254
- 44
- 91
I presume that I need to use Mod_rewritemod_rewrite to accomplish this, and if not, maybe someone can point me in the right direction.
I've got a PHP/MySQL website. Almost all of the content is served off of url variables like id=1
What I'd like to do is instead of having something like:
http://foo.com/user.php?id=1
is to allow for:
http://foo.com/user/modeps
Is there a quick solution? I could use a hand, as I've never done anyting with mod_rewrite before.
I've got a PHP/MySQL website. Almost all of the content is served off of url variables like id=1
What I'd like to do is instead of having something like:
http://foo.com/user.php?id=1
is to allow for:
http://foo.com/user/modeps
Is there a quick solution? I could use a hand, as I've never done anyting with mod_rewrite before.