That worked fairly well, making it so you could view profiles in /
profile/ instead of just /forum/profile.php?mode=viewprofile&u=test..
It also made it so the links on the page will take you back to the
forum, since they contain a dot (and names do not). However, images
that use relative urls don't seem to work. You can see by clicking the
link:
http://www.beatme101.com/profile/test
3 images in the profile area do not work. I can't figure out why..
They have a dot in the address, so logically they should be properly
redirected, right? I also tried adding something more specific for
those images at the top, which didn't work:
RewriteRule ^/templates(.*) ../forum/templates$1 [L]