8 lines
117 B
ApacheConf
8 lines
117 B
ApacheConf
|
AddType image/svg+xml svg
|
||
|
AddType image/svg+xml svgz
|
||
|
|
||
|
<Files "config.php">
|
||
|
Order deny,allow
|
||
|
Deny from all
|
||
|
</Files>
|