ConstruccionesCNJ_Web/Source/gallery2/g2data_2e6106f57b/.htaccess

11 lines
202 B
ApacheConf
Raw Normal View History

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