Trailing slash
		Date: 04/24/05 
		(PHP Community)    Keywords: php
This is my .htaccess file
RewriteEngine on
RewriteRule ^rum/([A-Za-z]*)$ rum/$1/ [R]
RewriteRule ^rum/([A-Za-z]*)/$ rum.php?username=$1 
The url 
www.site.com/rum/bigbird/  works
www.site.com/rum/bigbird   doesn't work.
Can someone help, I’m sure it's pretty simple but I’m having trouble getting it to work correctly.
thanks,
-b
Source: http://www.livejournal.com/community/php/290582.html