RewriteEngine on
RewriteCond %{HTTP_HOST} ^lankimnhatban.vn$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.lankimnhatban.vn$
RewriteCond %{REQUEST_URI} !public/
RewriteRule (.*) /public/$1 [L]
<IfModule mod_php7.c>
    php_value upload_max_filesize 5M
</IfModule>