summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authoruvok cheetah2023-07-22 21:43:02 +0200
committeruvok cheetah2023-07-22 21:43:02 +0200
commitc047ab35ca13d1564c1d43ed838aa34bb9c8dfee (patch)
treed213376189a1789d32d75460265b158588d3f1c2 /.htaccess
parentf141a9f43b4c44671c73039fa3eb9c79e11ddee5 (diff)
Set 404 page
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 2 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 2eac1cb..8399d32 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,3 +3,5 @@ ExpiresActive on
ExpiresDefault "access plus 1 week"
ExpiresByType text/html "access plus 0 seconds"
</IfModule>
+
+ErrorDocument 404 /404.html