Click to See Complete Forum and Search --> : Apache rewrite: How to make member pages


StewardManscat
05-16-2004, 01:17 PM
I have member profiles linked as eg mysite.com/profile.php?member=foo

I think if I was an apache guru I could define a rule/condition in an ht-something file that would allow me to give out links as eg

mysite.com/members/foo

Apache would not find foo, so would redirect to profile.php?member=foo

Can anyone tell me which file/rule I am looking for?

Please and thank you.

LordShryku
05-16-2004, 03:45 PM
Just look around for mod_rewrite. It's been discussed on this forum many times.