bootenv/bootenv-webapp/master/public/.htaccess - Htaccess File

bootenv/bootenv-webapp/master/public/.htaccess

FallbackResource /index.html

<IfModule mod_expires.c>
    ExpiresActive on

    ExpiresDefault "access plus 1 month"

    ExpiresByType text/html                            "access plus 1 minute"

    ExpiresByType text/xml                             "access plus 0 seconds"
    ExpiresByType application/xml                      "access plus 0 seconds"
    ExpiresByType application/json                     "access plus 0 seconds"

    ExpiresByType image/x-icon                         "access plus 1 week"
    ExpiresByType application/manifest+json            "access plus 1 week"
    ExpiresByType application/x-web-app-manifest+json  "access plus 1 week"
    ExpiresByType text/cache-manifest                  "access plus 1 week"
</IfModule>

<IfModule mod_mime.c>
    AddType application/manifest+json                   webmanifest
    AddType application/x-web-app-manifest+json         webapp
    AddType text/cache-manifest                         appcache
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache