From affc257acf6c6aa106ec0e8f41cc36a3658fe1f8 Mon Sep 17 00:00:00 2001 From: JunkJumper Date: Fri, 6 Dec 2019 01:52:11 +0100 Subject: [PATCH] add .htacess to rewriote 404 cond --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..cf1e045 --- /dev/null +++ b/.htaccess @@ -0,0 +1,2 @@ +ErrorDocument 404 /404.html +