diff options
author | uvok cheetah | 2023-07-22 21:43:02 +0200 |
---|---|---|
committer | uvok cheetah | 2023-07-22 21:43:02 +0200 |
commit | c047ab35ca13d1564c1d43ed838aa34bb9c8dfee (patch) | |
tree | d213376189a1789d32d75460265b158588d3f1c2 /.htaccess | |
parent | f141a9f43b4c44671c73039fa3eb9c79e11ddee5 (diff) |
Set 404 page
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ ExpiresActive on ExpiresDefault "access plus 1 week" ExpiresByType text/html "access plus 0 seconds" </IfModule> + +ErrorDocument 404 /404.html |