From 12047a497fc97f878006af4a64821224cc00745d Mon Sep 17 00:00:00 2001 From: malik Date: Wed, 24 Jan 2024 18:36:05 +0100 Subject: [PATCH] removed file from last commit again... It destroyed the entire page for some reason. Yay --- .htaccess | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 9062265..0000000 --- a/.htaccess +++ /dev/null @@ -1,6 +0,0 @@ -#remove html file extension https://example.com/page.html -# to https://example.com/page -RewriteEngine On -RewriteCond %{REQUEST_FILENAME} !-d -RewriteCond %{REQUEST_FILENAME} !-f -RewriteRule ^([^\.]+)$ $1.html [NC, L]