From 4928050e62cc778c8d4e220c83a51d7a66d50cb7 Mon Sep 17 00:00:00 2001 From: Egor Deev Date: Sat, 15 Nov 2025 10:48:30 +0300 Subject: [PATCH] Redirect to index.html --- .htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..564acb1 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +DirectoryIndex index.html index.php index.htm \ No newline at end of file