URL Rewriting
Posted: Fri Feb 04, 2005 8:42 am
Hi,
I'm need of rewriting urls that a user may browse to (which would be a invalud url), and rewrite the url to a valid url.
for instance a user may browse to :
http://www.alljammin.com/my_username
and thr url should be rewritten to maybe
http://www.alljammin.com/php/profiles.p ... y_username
my_username would be a user defined name, so it could be anything.
Im completely new to url rewriting, and regular expressions, so all your help will be greatly appreciated.
Kind Regards
Musaffar
PS, I'm hosting on a Apache webserver
I'm need of rewriting urls that a user may browse to (which would be a invalud url), and rewrite the url to a valid url.
for instance a user may browse to :
http://www.alljammin.com/my_username
and thr url should be rewritten to maybe
http://www.alljammin.com/php/profiles.p ... y_username
my_username would be a user defined name, so it could be anything.
Im completely new to url rewriting, and regular expressions, so all your help will be greatly appreciated.
Kind Regards
Musaffar
PS, I'm hosting on a Apache webserver