Same thing happens to me on a fresh install of Beta 6
Adding:
RewriteBase /
in to the Rewrite rules in the .htaccess does seem to correct it.
However, I was also seeing this line in the error logs:
forum/.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration
Which is caused by this line in .htaccess:
# Fix for https://httpoxy.org vulnerability
Header unset Proxy
I would like to suggest either the .htaccess should be revisited...
Something like implementing Header unset Proxy fix at the webserver level is trivial, imho.