<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /fortuna/
  RewriteRule ^index\.html$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-l
  RewriteRule . /fortuna/index.html [L]
</IfModule>
