Hi
In the course of investigating a seperate problem i found my redirect isn't working correctly if the user doesn't add a trailing slash to the url they are entering
basically i am redirecting /phpBB3 to /forum
eg
example.com/phpBB3/ redirects BUT
example.com/phpBB3 doesn't
RewriteRule ^phpBB3/(.*)$ http://example.com/forum/$1 [L,R=301]
My rule is shown above, and i can't seem to fis it without breaking the functionality of the above rule, Its a really minor thing (according to my stats there's only been 20 404s because of it) its just bugging me as It should work