From b399e31349f559e445cc545c1d2b3fb196b565e6 Mon Sep 17 00:00:00 2001 From: Eduard Iten Date: Wed, 1 Apr 2026 10:09:51 +0200 Subject: [PATCH] .htaccess angepasst --- public/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index e69de29..208c898 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -0,0 +1,3 @@ +ErrorDocument 403 /403.html +ErrorDocument 404 /404.html +ErrorDocument 500 /500.html \ No newline at end of file -- 2.39.5