Options -Indexes
ServerSignature Off
<IfModule mod_rewrite.c>
    RewriteEngine on

    # If the conditions are met, rewrite the URL to prepend 'public/'.
    RewriteRule ^(.*)$ public/$1 [L]

</IfModule>
