I’m using XAMPP server on my MAC.
I’ve created a page which has a video tag on it ! (i’m using video.js framework)
The video file doesn’t play, When i check it on firebug (the plugin on firefox) ,the GET operation returns ‘206 Partial Content’ status for that file.
How can i make it work ?
Thank you for your time
The answer of longilong works great. I just want to explain how to add mime-types which i wasn’t know until i had some googling.
1- create a text file named ‘.htaccess’ in the directory of your site (the path where your pages exists)
2- add these lines to your new .htaccess file: