mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 11:59:13 -04:00
9 lines
166 B
ApacheConf
Executable File
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
|