Files
gallery3/bin/.htaccess
Bharat Mediratta 1748aae9d1 Create an empty and secure gallery3/bin directory for use with the new
system::find_binary code.  Fixes #2004.
2013-02-15 13:23:39 -05:00

9 lines
166 B
ApacheConf
Executable File

DirectoryIndex .htaccess
SetHandler Gallery_Security_Do_Not_Remove
Options None
<IfModule mod_rewrite.c>
RewriteEngine off
</IfModule>
Order allow,deny
Deny from all