Hello Jean-Sebastien,

on Montag, 3. November 2008, 03:58:40, you wrote:

>> Marc Michael wrote:
>> BTW: You should check the configuration of your webserver. The
>> webserver says it is of type text/plain, what confuses the Firefox. Firefox
>> tries to display it in case of handle it as a video.

> Don't understand what you are saying.

> I always use Firefox and had no problems with my own website.
> If there is indeed a problem, can you tell me how to fix it?
> Thanks

It's not your whole site. Only the resource of your video:

http://www.neuroworld.ws/movies/jsp_trapped_inside_my_head_preview_2005_08_22.mp4

Take a look on the websniffer:

http://web-sniffer.net/?url=http%3A%2F%2Fwww.neuroworld.ws%2Fmovies%2Fjsp_trapped_inside_my_head_preview_2005_08_22.mp4&submit=Submit&http=1.1&gzip=yes&type=GET&uak=0

It's the last line in the Response Header:

Content-Type: text/plain

The correct Content-Type for your video is video/mp4. As you use the
Apache webserver, to fix it you
could use the AddType directive in a .htaccess file:

http://httpd.apache.org/docs/1.3/mod/mod_mime.html#addtype

Do you know how HTTP work? IMO it's a very funny protocol. 

-- 
Best wishes,
Marc Michael



Reply via email to