This basically means if you have a directory or file called forum or forum.php and you entered the url
www.url.com/forum
or
www.url.com/forum.html
then this rewrite rule would be skipped.
[R] is redirect type, like for example [R=301] is permanently moved.
[L] Means to stop applying rules from htaccess for that url string, in other words [L] means last.