i need a little help. i'm trying to have my user accounts load at the root level. example would be
www.domain.com/profile.php?id=1 to load as
www.domain.com/UserJoe/
is there a code in which i can link
www.domain.com/profile.php?id=1 to load symbolicly as
www.domain.com/UserJoe/ if not a symbolic link then something clean maybe a htaccess something that won't cause cpu strain.
thanks in advance