jcfr/Midas/master/core/configs/.htaccess - Htaccess File

jcfr/Midas/master/core/configs/.htaccess

# Midas Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.

<IfModule authz_core_module>
    Require all denied
</IfModule>

<IfModule !authz_core_module>
    Order deny,allow
    Deny from all
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache