I have a short video sharing website. The user can download video from there. I’m facing some problem now. I want the user to download the video directly but when users visit my link browser auto-playing the video.
I only want when user click on link Video download will start auto.
Now I’m sharing video link like this
Example: www.example.com/examle.mp4
Please give me suggestion
3
Answers
Thank you guys for answering. I want my URL to make direct downloadable. You guys are suggesting me for php file but i found a solution online. This work.
I just need to put this code on
.htaccess
This works perfectly.
Thank you Guys
instead of linking to the video file directly you could link to a php file which does trigger the download for you.
With
.htaccess
you could redirect the mp4 link to your php file.