exluap/meteor/master/.htaccess - Htaccess File

exluap/meteor/master/.htaccess

# Protect the htaccess file
<Files .htaccess>
Order Allow,Deny
Deny from all
</Files>

# Protect the config file
<Files config.php>
Order Allow,Deny
Deny from all
</Files>

# Protect the security file
<Files security.php>
Order Allow,Deny
Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache