<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /app-multi-plataforma/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /app-multi-plataforma/index.php [L]
</IfModule>