From 329376b2efe8dce85a8535102ee94cd8023961de Mon Sep 17 00:00:00 2001 From: mastacheata Date: Fri, 13 Jul 2012 17:52:09 +0300 Subject: [PATCH] Add Exception for htaccess file denying access to the cache folder --- CodeIgniter.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index e84c6417..ca0e37ee 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -3,3 +3,4 @@ */logs/!index.html */cache/* */cache/!index.html +*/cache/!.htaccess \ No newline at end of file