templesmc/tuupdate/master/.htaccess - Htaccess File

templesmc/tuupdate/master/.htaccess

# Block access to files matching the pattern below
# https://github.com/roots/bedrock
<FilesMatch "(Capfile|Gemfile(.lock)?|composer(.lock|.json)|.env)">
    # Apache < 2.3
    <IfModule !mod_authz_core.c>
        Order allow,deny
        Deny from all
        Satisfy All
    </IfModule>
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache