diff options
Diffstat (limited to 'bin/.htaccess')
-rwxr-xr-x | bin/.htaccess | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/.htaccess b/bin/.htaccess new file mode 100755 index 00000000..a3815526 --- /dev/null +++ b/bin/.htaccess @@ -0,0 +1,8 @@ +DirectoryIndex .htaccess +SetHandler Gallery_Security_Do_Not_Remove +Options None +<IfModule mod_rewrite.c> +RewriteEngine off +</IfModule> +Order allow,deny +Deny from all |