diff options
Diffstat (limited to 'http/foto/.htaccess')
-rw-r--r-- | http/foto/.htaccess | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/http/foto/.htaccess b/http/foto/.htaccess new file mode 100644 index 0000000..d2b2bb4 --- /dev/null +++ b/http/foto/.htaccess @@ -0,0 +1,7 @@ +<Files ~ "\.(?i:gif|jpe?g|png)$"> + Order allow,deny + Allow from all +</Files> + +Order deny,allow +Deny from all |