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.