<IfModule mod_rewrite.c>
    RewriteEngine On
 

    RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

<IfModule mime_module> 
    AddHandler application/x-httpd-ea-php81___lsphp .php .php8 .phtml
</IfModule>