aboutsummaryrefslogtreecommitdiff
path: root/build.htaccess
diff options
context:
space:
mode:
authorMaZderMind2014-11-09 23:47:50 +0100
committerMaZderMind2014-11-09 23:47:50 +0100
commit53a9bbf58a18b69a46115bd8e66a675313c68135 (patch)
treeb5dc14dfc6353e08c3b2f6692f1f7887553a3bd9 /build.htaccess
parent1ac82d89098b54cdbf3da66aac1b751cf46b56f0 (diff)
refine build step
Diffstat (limited to 'build.htaccess')
-rw-r--r--build.htaccess8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.htaccess b/build.htaccess
new file mode 100644
index 0000000..e38f2bc
--- /dev/null
+++ b/build.htaccess
@@ -0,0 +1,8 @@
+DirectoryIndex index.html
+
+# Show a known page in case of as miss
+ErrorDocument 404 /404.html
+
+# Allow Caches & Proxies to Cache all resources
+ExpiresActive On
+ExpiresDefault "access plus 4 hours"