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