mp4 videos are getting played , i want to play a download attactment ? [Help]

ShieldX

Well-known member
Registered
Joined
Mar 27, 2022
Messages
536
Points
53

Reputation:

when i upload zip file , download timer comes up and file get download , same way i want for videos formate , i uploaded mp4 and when i click on it , it start playing there only...i want to set it to download not to play.
 

Zer01ne

Collaborate
Collaborate
Registered
Joined
Nov 25, 2022
Messages
720
Points
253

Reputation:

when i upload zip file , download timer comes up and file get download , same way i want for videos formate , i uploaded mp4 and when i click on it , it start playing there only...i want to set it to download not to play.
ShieldX
Code:
<FilesMatch "\.(mp4|avi|mkv|mov|wmv|flv)$">
  ForceType application/octet-stream
  Header set Content-Disposition attachment
</FilesMatch>

Add this on your .htaccess file and let us know.
 
Top