From 2318dcba125f8c110837102f74bec3c749b8700d Mon Sep 17 00:00:00 2001 From: Toni Haryanto Date: Sun, 28 Dec 2014 10:21:32 +0700 Subject: [PATCH] make json file uncallable via http --- sites/.htaccess | 4 ++-- system/.htaccess | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sites/.htaccess b/sites/.htaccess index 8ab59f6..113d2ef 100644 --- a/sites/.htaccess +++ b/sites/.htaccess @@ -1,4 +1,4 @@ - - order deny,allow +order allow,deny + allow from all \ No newline at end of file diff --git a/system/.htaccess b/system/.htaccess index 470eef2..113d2ef 100644 --- a/system/.htaccess +++ b/system/.htaccess @@ -1,4 +1,4 @@ order allow,deny - + allow from all \ No newline at end of file