From 0da314a31d9a7c45cc923e69747687f0a70598d6 Mon Sep 17 00:00:00 2001 From: Kilian Hofmann Date: Fri, 31 May 2024 12:32:26 +0200 Subject: [PATCH] Access --- base/.htaccess | 5 +++-- tasks/counter/data/.htaccess | 3 +++ tasks/functions/data/.htaccess | 3 +++ tasks/guestBook/components/.htaccess | 5 +++-- tasks/guestBook/data/.htaccess | 5 +++-- 5 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 tasks/counter/data/.htaccess create mode 100644 tasks/functions/data/.htaccess diff --git a/base/.htaccess b/base/.htaccess index 54aa684..872a3ce 100644 --- a/base/.htaccess +++ b/base/.htaccess @@ -1,2 +1,3 @@ -DENY FROM ALL -ALLOW FROM 127.0.0.1 \ No newline at end of file +Order deny,allow +Deny from all +Allow from 127.0.0.1 \ No newline at end of file diff --git a/tasks/counter/data/.htaccess b/tasks/counter/data/.htaccess new file mode 100644 index 0000000..872a3ce --- /dev/null +++ b/tasks/counter/data/.htaccess @@ -0,0 +1,3 @@ +Order deny,allow +Deny from all +Allow from 127.0.0.1 \ No newline at end of file diff --git a/tasks/functions/data/.htaccess b/tasks/functions/data/.htaccess new file mode 100644 index 0000000..872a3ce --- /dev/null +++ b/tasks/functions/data/.htaccess @@ -0,0 +1,3 @@ +Order deny,allow +Deny from all +Allow from 127.0.0.1 \ No newline at end of file diff --git a/tasks/guestBook/components/.htaccess b/tasks/guestBook/components/.htaccess index 54aa684..872a3ce 100644 --- a/tasks/guestBook/components/.htaccess +++ b/tasks/guestBook/components/.htaccess @@ -1,2 +1,3 @@ -DENY FROM ALL -ALLOW FROM 127.0.0.1 \ No newline at end of file +Order deny,allow +Deny from all +Allow from 127.0.0.1 \ No newline at end of file diff --git a/tasks/guestBook/data/.htaccess b/tasks/guestBook/data/.htaccess index 54aa684..872a3ce 100644 --- a/tasks/guestBook/data/.htaccess +++ b/tasks/guestBook/data/.htaccess @@ -1,2 +1,3 @@ -DENY FROM ALL -ALLOW FROM 127.0.0.1 \ No newline at end of file +Order deny,allow +Deny from all +Allow from 127.0.0.1 \ No newline at end of file