Deny access from web of all cron.php files
This commit is contained in:
parent
52a77aa5b5
commit
d4b64b7b6e
@ -1,6 +1,11 @@
|
|||||||
AddDefaultCharset utf-8
|
AddDefaultCharset utf-8
|
||||||
Options -Indexes
|
Options -Indexes
|
||||||
|
|
||||||
|
<Files "cron.php">
|
||||||
|
Order allow,deny
|
||||||
|
Deny from all
|
||||||
|
</Files>
|
||||||
|
|
||||||
<IfModule mod_headers.c>
|
<IfModule mod_headers.c>
|
||||||
<IfModule mod_env.c>
|
<IfModule mod_env.c>
|
||||||
# Add security and privacy related headers
|
# Add security and privacy related headers
|
||||||
|
Loading…
Reference in New Issue
Block a user