6 lines
94 B
ApacheConf
6 lines
94 B
ApacheConf
|
|
deny from all
|
||
|
|
<FilesMatch "\.(gif|jpe?g|png)$">
|
||
|
|
Order allow,deny
|
||
|
|
Allow from all
|
||
|
|
</FilesMatch>
|