RE: Problem with Mozilla-based browsers

Here is some documentation for .htaccess files:
http://httpd.apache.org/docs/1.3/howto/htaccess.html
http://httpd.apache.org/docs/2.0/howto/htaccess.html

You can upload yours just like any other file.  As Jason pointed out, simply
make a new file called '.htaccess' with just this line in it:

AddType application/xhtml+xml .xhtml

Then upload to the root of your website.

Andrew Musselman

-----Original Message-----
From: www-math-request@w3.org [mailto:www-math-request@w3.org] On Behalf Of
Dario.tambone
Sent: Tuesday, February 28, 2006 8:59 AM
To: www-math@w3.org
Subject: 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 22:31:15 UTC