msft-trns/.htaccess
2026-03-02 17:21:57 +00:00

17 lines
434 B
ApacheConf

<Files "config.php">
# For Apache 2.4+
Require all denied
# For Apache 2.2 and older (uncomment if needed and comment out the "Require all denied" line)
# Order allow,deny
# Deny from all
</Files>
<Files "app.log">
# For Apache 2.4+
Require all denied
# For Apache 2.2 and older (uncomment if needed and comment out the "Require all denied" line)
# Order allow,deny
# Deny from all
</Files>