<IfModule mod_rewrite.c>
    RewriteEngine On

    # This fallback is useful only when the domain document root points to
    # the project root. The recommended document root remains /public.
    RewriteCond %{REQUEST_URI} !^/public/
    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>
