10 lines
190 B
ApacheConf
10 lines
190 B
ApacheConf
|
|
# Protection du dossier cache
|
||
|
|
<Files "cache/*">
|
||
|
|
Deny from all
|
||
|
|
</Files>
|
||
|
|
|
||
|
|
# Autoriser uniquement l'accès au proxy PHP
|
||
|
|
<FilesMatch "donorbox-proxy\.php$">
|
||
|
|
Allow from all
|
||
|
|
</FilesMatch>
|