Re: Problem with Mozilla-based browsers

Yes, I had thinked the problem was this one, but the "digilander" is a free
hosting service, so I have no physical access to the server, but only to
upload my files. Wath is the .htaccess file you speak about? Is this an
internal file to the webserver or can I put it into the root of my personal
directory? .htaccess is only the file extension? Which is the file name?
Many thanks, Dario



	--------- Original Message --------
	Da: Jason Davis 
	To: www-math@w3.org <www-math@w3.org>
	Oggetto: Re: Problem with Mozilla-based browsers
	Data: 28/02/06 06:16
	
	> 
> 
> 
> Your webserver is serving .xhtml documents as text/plain. Add the 
> following line to your .htaccess file (or save the below as .htaccess in 
> your root directory):
> 
> AddType application/xhtml+xml .xhtml
> 
> 
> This will tell your server to send pages with the correct mime-type 
> (which is very important). IE still renders the page because of its 
> well-known mime-type guessing (at least, one can assume... MathPlayer 
> might add .xhtml to the list of mime-type guesses that IE performs).
> 
> 
> As a further note, not all Mozilla-based (Gecko) browsers are created 
> equal - Camino, an OSX-only Gecko browser, is released *without* MathML 
> support built, but Firefox 1.5 (both Camino 1.0 and Firefox 1.5 use the 
> 1.8 Gecko release) *is* compiled with MathML support.
> 
> -Jason Davis
> 
>  
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Solo 10 Euro per chiamare in tutto il mondo!! Scopri il vantaggio di Email
Phone Card,        clicca subito
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=2685&d=20060228

Received on Tuesday, 28 February 2006 16:58:56 UTC