From da11e39a08aa3df2bcd2f6e68aa4ca5fd304340a Mon Sep 17 00:00:00 2001 From: Ingo Wolf Date: Wed, 3 Dec 2025 18:27:09 +1100 Subject: [PATCH] add htaccess --- public/.htaccess | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 public/.htaccess diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 00000000..2932e504 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,2 @@ +ErrorDocument 404 /404.html +ErrorDocument 403 /404.html