Well then, the .htaccess would be
Code:
RewriteEngine on
Options +FollowSymLinks
RewriteRule ^~([a-z0-9\ -=]*)$ forumroot/member.php?username=$1 [L,NC]
EG: I have this installed and working on mobileforces.org, with the following RewriteRule, to get
http://www.mobileforces.org/~Natcher00 pointing to my Profile.
Code:
RewriteRule ^~([a-z0-9\ -=]*)$ /forums/member.php?username=$1 [L,NC]
NOTE: Spaces issue resolved:, also added characters used by my members, but you will need to update this list if you find characters your members use...