From 4e1ef46af39d3304605e773e3007919a111b504a Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 6 Jun 2021 18:58:11 +0200 Subject: [PATCH] deny web access to some stuff --- blog/src/.htaccess | 4 ++++ node/.htaccess | 1 + tinylife/.htaccess | 1 + 3 files changed, 6 insertions(+) create mode 100644 blog/src/.htaccess create mode 100644 node/.htaccess create mode 100644 tinylife/.htaccess diff --git a/blog/src/.htaccess b/blog/src/.htaccess new file mode 100644 index 0000000..532121d --- /dev/null +++ b/blog/src/.htaccess @@ -0,0 +1,4 @@ +Deny from all + +Allow from all + \ No newline at end of file diff --git a/node/.htaccess b/node/.htaccess new file mode 100644 index 0000000..14249c5 --- /dev/null +++ b/node/.htaccess @@ -0,0 +1 @@ +Deny from all \ No newline at end of file diff --git a/tinylife/.htaccess b/tinylife/.htaccess new file mode 100644 index 0000000..5a928f6 --- /dev/null +++ b/tinylife/.htaccess @@ -0,0 +1 @@ +Options -Indexes