# Route all app requests back to the root index.php
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ ../index.php?route=app/$1 [QSA,L]
