diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rwxr-xr-x | application/.htaccess | 1 | ||||
-rwxr-xr-x | application/cache/.htaccess | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 733667885..b00e1a213 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ data/client/ !data/uploads/.htaccess !.gitignore !system/.htaccess +!application/.htaccess +!application/cache/.htaccess diff --git a/application/.htaccess b/application/.htaccess new file mode 100755 index 000000000..14249c50b --- /dev/null +++ b/application/.htaccess @@ -0,0 +1 @@ +Deny from all
\ No newline at end of file diff --git a/application/cache/.htaccess b/application/cache/.htaccess new file mode 100755 index 000000000..3418e55a6 --- /dev/null +++ b/application/cache/.htaccess @@ -0,0 +1 @@ +deny from all
\ No newline at end of file |