瀏覽代碼

Add .htaccess previously removed accidentally

aragonc 9 年之前
父節點
當前提交
adebc8e438
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      app/cache/.htaccess

+ 8 - 0
app/cache/.htaccess

@@ -0,0 +1,8 @@
+order deny,allow
+deny from all
+
+# pChart generated files should be allowed
+<FilesMatch "^[0-9a-f]+$">
+	order allow,deny
+	allow from all
+</FilesMatch>