format/.htaccess
2025-09-08 16:25:26 -05:00

8 lines
218 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>