rboissat/looking-glass/master/.htaccess - Htaccess File

rboissat/looking-glass/master/.htaccess

<Files config.php>
  <IfModule mod_version.c>
    <IfVersion < 2.4>
      Order allow,deny
      Deny from all
    </IfVersion>
    <IfVersion >= 2.4>
      Require all denied
    </IfVersion>
  </IfModule>
  <IfModule !mod_version.c>
    Order allow,deny
    Deny from all
  </IfModule>
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache