17 lines
434 B
ApacheConf
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>
|