From 520248043aa11a123d40a2dc014b113931c53f86 Mon Sep 17 00:00:00 2001 From: Nivesh Krishna Date: Wed, 21 Jun 2023 00:48:47 +0530 Subject: [PATCH] 404 to default page --- htdocs/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/.htaccess b/htdocs/.htaccess index fe79fce..a7a0ddf 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -6,4 +6,6 @@ RewriteCond %{REQUEST_URI} /(.*)/$ RewriteRule ^ /%1 [R=301,L] RewriteCond %{REQUEST_FILENAME}\.html -f -RewriteRule ^(.*)$ $1.html [NC,L] \ No newline at end of file +RewriteRule ^(.*)$ $1.html [NC,L] + +ErrorDocument 404 /signup/e-email-invite -- GitLab