Hi sir, i was trying to use these rewrite rules below to force download but it doesn't work.
# Force Download Files
<FilesMatch ".(?i:doc|docx|xls|xlsx|zip|mp4|rar|pdf|m4a|txt|mp3)$">
ForceType application/octet-stream
Header set Content-Disposition attachment
</FilesMatch>
Please i don't...