<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule (.*) /appstarter/public/$1 [L]
</IfModule>
