You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
AddType image/svg+xml svg
|
|
|
|
AddType image/svg+xml svgz
|
|
|
|
|
|
|
|
# PROTECT all htaccess files
|
|
|
|
<Files ~ "^[\._]ht">
|
|
|
|
Order Allow,Deny
|
|
|
|
Deny from all
|
|
|
|
Satisfy All
|
|
|
|
</Files>
|
|
|
|
|
|
|
|
# PROTECT config.php
|
|
|
|
<files config.php>
|
|
|
|
Order Allow,Deny
|
|
|
|
Deny from all
|
|
|
|
Satisfy all
|
|
|
|
</files>
|