From 5d4652e6bc0009b32bfe1b1a4fc9b7431cd8fe88 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Wed, 4 Sep 2024 20:10:41 +0200 Subject: Initial commit --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .htaccess (limited to '.htaccess') diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..eeff7bb --- /dev/null +++ b/.htaccess @@ -0,0 +1,6 @@ +Options +Includes + +AddType text/html .html +AddOutputFilter INCLUDES .html + +DirectoryIndex index.html -- cgit v1.2.3