Files
Roman Pyrih 7483681901 first commit
2026-04-21 15:48:41 +02:00

9 lines
312 B
ApacheConf

# Duplicator config, In case of file downloading problem, you can disable/enable it in Settings/Sotrag plugin settings
Options -Indexes
<IfModule mod_headers.c>
<FilesMatch "\.(daf)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
</IfModule>