fau-fablab/app-promotion-site/master/.htaccess
#<IfModule mod_expires.c>
# ExpiresByType image/png "access plus 1 week"
# ExpiresByType text/css "access plus 1 week"
# ExpiresByType text/javascript "access plus 1 week"
# ExpiresByType text/html "access plus 1 week"
#</IfModule>
RedirectMatch 404 ".git"
RedirectMatch 404 "Vagrantfile$"
RedirectMatch 404 "README.md$"
RedirectMatch 404 "(.*).sh$"
ErrorDocument 404 https://fablab.fau.de/app/404.html
Options -Indexes
DirectoryIndex index.html
On Github License
Files