ComunidadeExpresso/expressomobile/master/source/.htaccess - Htaccess File

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>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache