Just wondering if anyone could help me with this problem ..
Currently with this mod_rewrite code, i have to type
/name/
with the trailing /
is their a way i can modify this to only have to type
www.domain.com/name
instead of www.domain.com/name/
RewriteRule ([/]+)/$ profile.php?u=$1 [L]
Ive got this far, but i cant figure out how to make it work without the trailing slash.