summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-08 19:41:23 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-08 19:41:23 -0700
commit0034f56612e64b411e8b0c6525d365df2266a914 (patch)
treef375f1c02a4042ef3fea7404db96690a9e925838 /.htaccess
parent70db1683cf649049f9614515ac63219198dab899 (diff)
added 404 page
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..664cf81
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1 @@
+ErrorDocument 404 /error_404.php \ No newline at end of file