Default installation results in an Internal Server Error (500). Logs say that the error is in the main .htaccess file: Option FollowSymLinks not allowed here.

Change the following line in the .htaccess file

  Options +FollowSymLinks
  

to

  Options +SymLinksIfOwnerMatch