We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ab133 commit d923327Copy full SHA for d923327
.htaccess
@@ -0,0 +1,10 @@
1
+# custom error pages
2
+
3
+ErrorDocument 404 /404.html
4
5
+# cache-control
6
+# one month for most static assets
7
8
+<filesMatch ".(css|jpg|jpeg|png|gif|js|ico|tff)$">
9
+Header set Cache-Control "max-age=2628000, public"
10
+</filesMatch>
404.html
@@ -0,0 +1,7 @@
+---
+layout: standalone
+title: Page not found
+permalink: /404.html
+<p>404 error. Oops, something went wrong. Try <a href="/search/">searching</a> to find what you were looking for.</p>
0 commit comments