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