From c6390e9bb14747de2bc894f817fc6373a7deddaf Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 5 Sep 2024 21:39:40 +0200 Subject: Add contact form --- .htaccess | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index eeff7bb..d37d698 100644 --- a/.htaccess +++ b/.htaccess @@ -4,3 +4,10 @@ AddType text/html .html AddOutputFilter INCLUDES .html DirectoryIndex index.html + +Redirect 404 /.env +Redirect 404 /.env.example + +RewriteEngine On +RewriteRule ^/?vendor/ - [F,L] +RewriteRule ^/?composer\. - [F,L] -- cgit v1.2.3