bcabanes/atomise/master/app/.htaccess - Htaccess File

bcabanes/atomise/master/app/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On

    # redirect trailing slashes
    RewriteRule ^(.*)/$ /$1 [L,R=301]

    # handle index file
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !^/?assets/
    RewriteRule ^ index.html [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache