ComunidadeExpresso/expressomobile/master/source/.htaccess
<ifModule mod_rewrite.c>
AddType application/x-web-app-manifest+json .webapp
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !index
RewriteRule (.*) index.php?route=%{REQUEST_URI} [L]
</ifModule>
Files
