From 7d06493e4ac05d4d3d78c7d9cd76bae96c75b387 Mon Sep 17 00:00:00 2001 From: MrLetsplay Date: Fri, 15 Apr 2022 21:35:50 +0200 Subject: [PATCH] Update .htaccess, Add .gitignore --- .gitignore | 1 + .htaccess | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d2cea5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +visit_counter.log diff --git a/.htaccess b/.htaccess index be81d05..d5fb18b 100644 --- a/.htaccess +++ b/.htaccess @@ -4,3 +4,5 @@ RewriteRule ^sus$ sus.html [NC] RewriteRule ^/$ sus.html [NC] RewriteRule ^/᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼sus$ sus.html [NC] RewriteRule ^🆘$ sus.html [NC] + +AddType application/x-httpd-php .html .htm