1
<IfModule mod_rewrite.c>
2
RewriteEngine On
3
RewriteCond %{REQUEST_FILENAME} !-f
4
RewriteRule ^(.*)$ app.php [QSA,L]
5
</IfModule>