RewriteEngine on
RewriteCond %{HTTP_HOST} ^roxgames777.shop$ [NC,OR] 
RewriteCond %{HTTP_HOST} ^www.roxgames777.shop$
RewriteCond %{REQUEST_URI} !public/ 
RewriteRule (.*) /public/$1 [L]

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

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