Options -Indexes -MultiViews
DirectoryIndex index.php

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /waterworld/

  RewriteCond %{REQUEST_URI} !^/waterworld/public/
  RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
