From e2db834727b609107e9d816f27bbdf46d51e326e Mon Sep 17 00:00:00 2001 From: Alan Hartless Date: Fri, 28 Nov 2014 03:15:58 -0600 Subject: [PATCH] Set .htaccess to deny access to app folder except app/bundles --- app/{config => }/.htaccess | 0 app/bundles/.htaccess | 1 + 2 files changed, 1 insertion(+) rename app/{config => }/.htaccess (100%) create mode 100644 app/bundles/.htaccess diff --git a/app/config/.htaccess b/app/.htaccess similarity index 100% rename from app/config/.htaccess rename to app/.htaccess diff --git a/app/bundles/.htaccess b/app/bundles/.htaccess new file mode 100644 index 00000000000..72d0a6ef324 --- /dev/null +++ b/app/bundles/.htaccess @@ -0,0 +1 @@ +allow from all \ No newline at end of file