Just copy and past this code
<IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] Options -Indexes </IfModule>