summaryrefslogtreecommitdiff
path: root/bin/.htaccess
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-15 13:23:39 -0500
committerBharat Mediratta <bharat@menalto.com>2013-02-15 13:23:39 -0500
commit1748aae9d1b3735747555025e7c202b895837625 (patch)
tree02d7ff705138996b251fd73a230ca8fe3594424a /bin/.htaccess
parent8b0088fd8d1774f4bdf5ae345ab5ad2da1eaedaf (diff)
Create an empty and secure gallery3/bin directory for use with the new
system::find_binary code. Fixes #2004.
Diffstat (limited to 'bin/.htaccess')
-rwxr-xr-xbin/.htaccess8
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