diff options
Diffstat (limited to 'cache')
-rw-r--r-- | cache/.htaccess | 4 | ||||
-rw-r--r-- | cache/index.html | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/cache/.htaccess b/cache/.htaccess new file mode 100644 index 0000000..e67301e --- /dev/null +++ b/cache/.htaccess @@ -0,0 +1,4 @@ +<Limit GET POST PUT> +Order Allow,Deny +Deny from All +</Limit> diff --git a/cache/index.html b/cache/index.html new file mode 100644 index 0000000..89337b2 --- /dev/null +++ b/cache/index.html @@ -0,0 +1 @@ +<html><head><title>.</title></head><body>.</body></html> |