URL redirect
Posted: Wed Sep 07, 2005 5:22 pm
Hi,
I'd like to experiment with changing a hand entered url into a properly formatted dynamic url. Ex...
entered: http://www.example.com/username
redirect to: http://www.example.com/index.php?user=username
I think you could do this with the current path, and a meta-refresh. I'd prefer to stay away from mod_rewrite if possible. Anyone have experience with this?
Josh
I'd like to experiment with changing a hand entered url into a properly formatted dynamic url. Ex...
entered: http://www.example.com/username
redirect to: http://www.example.com/index.php?user=username
I think you could do this with the current path, and a meta-refresh. I'd prefer to stay away from mod_rewrite if possible. Anyone have experience with this?
Josh